Skip to content

Commit 268003b

Browse files
committed
ggwave v0.4.2
1 parent a2c0549 commit 268003b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required (VERSION 3.0)
2-
project(ggwave VERSION 0.4.1)
2+
project(ggwave VERSION 0.4.2)
33

4-
set(GGWAVE_VERSION_PYTHON 0.4.1)
4+
set(GGWAVE_VERSION_PYTHON 0.4.2)
55

66
set(CMAKE_EXPORT_COMPILE_COMMANDS "on")
77
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,5 +204,5 @@ sudo snap connect waver:audio-record :audio-record
204204
```
205205

206206
[changelog]: ./CHANGELOG.md
207-
[changelog-badge]: https://img.shields.io/badge/changelog-ggwave%20v0.4.1-dummy
207+
[changelog-badge]: https://img.shields.io/badge/changelog-ggwave%20v0.4.2-dummy
208208
[license]: ./LICENSE

bindings/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ggwave",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Tiny data-over-sound library",
55
"main": "ggwave.js",
66
"scripts": {

bindings/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
name = "ggwave",
3131
description = "Tiny data-over-sound library.",
3232
long_description = long_description,
33-
version = "0.4.1",
33+
version = "0.4.2",
3434
url = "https://github.com/ggerganov/ggwave",
3535
author = "Georgi Gerganov",
3636
author_email = "ggerganov@gmail.com",

0 commit comments

Comments
 (0)