From 268003b4b9520d27afb67cc00c76d5abe9c4b4d3 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 19 Jan 2023 18:26:10 +0200 Subject: [PATCH] ggwave v0.4.2 --- CMakeLists.txt | 4 ++-- README.md | 2 +- bindings/ios | 2 +- bindings/javascript/package.json | 2 +- bindings/python/setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5bb995..beddcd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 3.0) -project(ggwave VERSION 0.4.1) +project(ggwave VERSION 0.4.2) -set(GGWAVE_VERSION_PYTHON 0.4.1) +set(GGWAVE_VERSION_PYTHON 0.4.2) set(CMAKE_EXPORT_COMPILE_COMMANDS "on") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) diff --git a/README.md b/README.md index f3bb086..cbb327b 100644 --- a/README.md +++ b/README.md @@ -204,5 +204,5 @@ sudo snap connect waver:audio-record :audio-record ``` [changelog]: ./CHANGELOG.md -[changelog-badge]: https://img.shields.io/badge/changelog-ggwave%20v0.4.1-dummy +[changelog-badge]: https://img.shields.io/badge/changelog-ggwave%20v0.4.2-dummy [license]: ./LICENSE diff --git a/bindings/ios b/bindings/ios index ec0beb5..692f40f 160000 --- a/bindings/ios +++ b/bindings/ios @@ -1 +1 @@ -Subproject commit ec0beb54fc8b117789e2b86ecfbb8906daf5f0ed +Subproject commit 692f40f150f924626592e7e1d08fdcdce1a4f0da diff --git a/bindings/javascript/package.json b/bindings/javascript/package.json index a590f30..138d855 100644 --- a/bindings/javascript/package.json +++ b/bindings/javascript/package.json @@ -1,6 +1,6 @@ { "name": "ggwave", - "version": "0.4.1", + "version": "0.4.2", "description": "Tiny data-over-sound library", "main": "ggwave.js", "scripts": { diff --git a/bindings/python/setup.py b/bindings/python/setup.py index acfc44d..0101603 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.4.1", + version = "0.4.2", url = "https://github.com/ggerganov/ggwave", author = "Georgi Gerganov", author_email = "ggerganov@gmail.com",