Skip to content

Commit

Permalink
ready for 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopiovanello committed Nov 12, 2024
1 parent 01c6ede commit 34c78c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "yt-dlp-webui",
"version": "3.2.1",
"version": "3.2.2",
"description": "Frontend compontent of yt-dlp-webui",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"author": "marcopeocchi",
"license": "MPL-2.0",
"license": "GPL-3.0-only",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
Expand Down
2 changes: 1 addition & 1 deletion server/rest/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func (s *Service) DeleteTemplate(ctx context.Context, id string) error {

func (s *Service) GetVersion(ctx context.Context) (string, string, error) {
//TODO: load from realease properties file, or anything else outside code
const CURRENT_RPC_VERSION = "3.2.1"
const CURRENT_RPC_VERSION = "3.2.2"

result := make(chan string, 1)

Expand Down

0 comments on commit 34c78c7

Please sign in to comment.