Skip to content

Commit

Permalink
V1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaji-hiro authored Sep 27, 2020
1 parent 32e6e52 commit 631ab07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const char* ts3plugin_name() {

/* Plugin version */
const char* ts3plugin_version() {
return "1.0";
return "1.1";
}

/* Plugin API version. Must be the same as the clients API major version, else the plugin fails to load. */
Expand Down

0 comments on commit 631ab07

Please sign in to comment.