ggwave v0.2.0

This commit is contained in:
Georgi Gerganov
2021-02-20 19:42:16 +02:00
parent e36d5032dc
commit 580090c721
5 changed files with 5 additions and 5 deletions

View File

@@ -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)

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "ggwave",
"version": "0.1.5",
"version": "0.2.0",
"description": "Tiny data-over-sound library",
"main": "ggwave.js",
"scripts": {

View File

@@ -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",