Skip to content

Commit

Permalink
ggwave v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Feb 20, 2021
1 parent e36d503 commit 580090c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion bindings/ios
2 changes: 1 addition & 1 deletion bindings/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ggwave",
"version": "0.1.5",
"version": "0.2.0",
"description": "Tiny data-over-sound library",
"main": "ggwave.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
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 = "[email protected]",
Expand Down

0 comments on commit 580090c

Please sign in to comment.