Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Jan 4, 2024
1 parent a47b135 commit 8eeaac7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion factorio/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proximity-voice-chat",
"version": "1.0.0",
"version": "1.1.0",
"title": "Proximity Voice Chat",
"author": "alifeee",
"contact": "alifeee.web@outlook.com",
Expand Down
2 changes: 1 addition & 1 deletion mumble/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
include(TargetArch)

project(MumblePlugin
VERSION "1.0.0"
VERSION "1.1.0"
DESCRIPTION "Factorio Positional Audio Plugin"
LANGUAGES "C"
)
Expand Down
2 changes: 1 addition & 1 deletion mumble/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<plugin os="linux" arch="x64">libplugin.so</plugin>
</assets>
<name>Factorio Positional Audio</name>
<version>1.0.0</version>
<version>1.1.0</version>
</bundle>
2 changes: 1 addition & 1 deletion mumble/plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void mumble_releaseResource(const void *pointer)

mumble_version_t mumble_getVersion()
{
char *VERSION = "1.0.0";
char *VERSION = "1.1.0";

mumble_version_t version;
char *v = malloc(strlen(VERSION) + 1);
Expand Down

0 comments on commit 8eeaac7

Please sign in to comment.