Skip to content

Commit

Permalink
Sets version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ILadis committed Jul 13, 2023
1 parent 0fd942f commit 3fa1310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/api/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
title: TeamSpeak 3 - Quick Settings for Steam Deck
title: TeamSpeak 3 - Quick Access for Steam Deck
version: 0.0.1
servers:
- url: http://localhost:8000/api
Expand Down
2 changes: 1 addition & 1 deletion backend/src/plugindef.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ts3plugin_name() {

const char*
ts3plugin_version() {
return "0.6-dev";
return "0.6";
}

int
Expand Down

0 comments on commit 3fa1310

Please sign in to comment.