From 580090c72187293f545260e6bd4c9802b324028b Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 20 Feb 2021 19:42:16 +0200 Subject: [PATCH] ggwave v0.2.0 --- CMakeLists.txt | 2 +- README.md | 2 +- bindings/ios | 2 +- bindings/javascript/package.json | 2 +- bindings/python/setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 601f3d4..88da9f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0) -project(ggwave VERSION 0.1.5) +project(ggwave VERSION 0.2.0) # configure project version configure_file(${CMAKE_SOURCE_DIR}/README-tmpl.md ${CMAKE_SOURCE_DIR}/README.md @ONLY) diff --git a/README.md b/README.md index f432f50..a1bf289 100644 --- a/README.md +++ b/README.md @@ -181,5 +181,5 @@ sudo snap connect waver:audio-record :audio-record ``` [changelog]: ./CHANGELOG.md -[changelog-badge]: https://img.shields.io/badge/changelog-ggwave%20v0.1.5-dummy +[changelog-badge]: https://img.shields.io/badge/changelog-ggwave%20v0.2.0-dummy [license]: ./LICENSE diff --git a/bindings/ios b/bindings/ios index c96067a..c3bf348 160000 --- a/bindings/ios +++ b/bindings/ios @@ -1 +1 @@ -Subproject commit c96067aab0d75002c92c8be2604c087f1b5e303b +Subproject commit c3bf3489f51c320954b45d6d295c030aa636dadf diff --git a/bindings/javascript/package.json b/bindings/javascript/package.json index f507ad2..ee67f7d 100644 --- a/bindings/javascript/package.json +++ b/bindings/javascript/package.json @@ -1,6 +1,6 @@ { "name": "ggwave", - "version": "0.1.5", + "version": "0.2.0", "description": "Tiny data-over-sound library", "main": "ggwave.js", "scripts": { diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 34cd488..c2a276c 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -30,7 +30,7 @@ setup( name = "ggwave", description = "Tiny data-over-sound library.", long_description = long_description, - version = "0.1.5", + version = "0.2.0", url = "https://github.com/ggerganov/ggwave", author = "Georgi Gerganov", author_email = "ggerganov@gmail.com",