Skip to content

Commit

Permalink
release: v1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankachlock committed Oct 30, 2024
1 parent c313d98 commit 8962286
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions backend/Zwoo.Backend.LocalServer/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace Zwoo.Backend.LocalServer;

public static class VersionProvider
{
public const string VERSION = "1.0.0-rc.1";
public const string HASH = "6cfb3a9c";
public const string VERSION = "1.0.0-rc.2";
public const string HASH = "c313d98f";
}
4 changes: 2 additions & 2 deletions backend/Zwoo.Backend/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace Zwoo.Backend;

public static class VersionProvider
{
public const string VERSION = "1.0.0-rc.1";
public const string HASH = "6cfb3a9c";
public const string VERSION = "1.0.0-rc.2";
public const string HASH = "c313d98f";
}
4 changes: 2 additions & 2 deletions backend/Zwoo.Dashboard/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ namespace Zwoo.Dashboard;

public static class VersionProvider
{
public const string VERSION = "1.0.0-rc.1";
public const string HASH = "6cfb3a9c";
public const string VERSION = "1.0.0-rc.2";
public const string HASH = "c313d98f";
}
4 changes: 2 additions & 2 deletions frontend/env/.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
VUE_APP_I18N_LOCALE=en
VUE_APP_I18N_FALLBACK_LOCALE=en
VUE_APP_BETA=false
VUE_APP_VERSION=1.0.0-rc.1
VUE_APP_VERSION_HASH=6cfb3a9c
VUE_APP_VERSION=1.0.0-rc.2
VUE_APP_VERSION_HASH=c313d98f

VUE_APP_DEFAULT_ENV=online
VUE_APP_LOCK_ENV=false
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-rc.1",
"version": "1.0.0-rc.2",
"private": true,
"scripts": {
"serve": "vite --mode preview",
Expand Down
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-rc.1"
version = "1.0.0-rc.2"
description = ""
authors = ["IGD 2.0 UG (haftungsbeschränkt)"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion frontend/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
},
"productName": "zwoo",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"identifier": "de.igd20ug.zwoo",
"plugins": {},
"app": {
Expand Down

0 comments on commit 8962286

Please sign in to comment.