Skip to content

Commit

Permalink
Merge pull request #485 from fabiankachlock/release/v1.0.0-beta.17
Browse files Browse the repository at this point in the history
release: v1.0.0-beta.17
  • Loading branch information
fabiankachlock authored Oct 24, 2023
2 parents e0219b1 + cbc4bf1 commit a477da9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend/ZwooBackend/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ string GetEnvOrExit(string s)

public static readonly string RecaptchaSideSecret;

public static readonly string Version = "1.0.0-beta.16";
public static readonly string Version = "1.0.0-beta.17";
public static readonly string ApiVersion = Version;
}
2 changes: 1 addition & 1 deletion backend/ZwooInfoDashBoard/Data/Globals.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ string ReturnIfValidEnvVar(string s)
public static string? WebsiteDatabaseName;
public static string WebsiteDatabaseCollection;
public static string LogrushDashboardUrl;
public static readonly string Version = "1.0.0-beta.16";
public static readonly string Version = "1.0.0-beta.17";
}
4 changes: 2 additions & 2 deletions frontend/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VUE_APP_I18N_LOCALE=en
VUE_APP_I18N_FALLBACK_LOCALE=en
VUE_APP_BETA=true
VUE_APP_VERSION=1.0.0-beta.16
VUE_APP_VERSION_HASH=cb798bda
VUE_APP_VERSION=1.0.0-beta.17
VUE_APP_VERSION_HASH=e0219b10
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.0-beta.16",
"version": "1.0.0-beta.17",
"private": true,
"scripts": {
"serve": "vite --mode preview",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zwoo"
version = "1.0.0-beta.16"
version = "1.0.0-beta.17"
description = ""
authors = ["you"]
license = ""
Expand Down

0 comments on commit a477da9

Please sign in to comment.