diff --git a/.release-state.json b/.release-state.json index 1b6d14b..3ec8b4e 100644 --- a/.release-state.json +++ b/.release-state.json @@ -1,6 +1,6 @@ { - "target_version": "0.4.1", - "branch": "master", + "target_version": "0.4.2", + "branch": "beta", "alpha_iteration": 0, - "beta_iteration": 0 + "beta_iteration": 1 } diff --git a/Cargo.lock b/Cargo.lock index 95b0278..bf35549 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1386,7 +1386,7 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "ostp" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "base64", @@ -1408,7 +1408,7 @@ dependencies = [ [[package]] name = "ostp-client" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "base64", @@ -1439,7 +1439,7 @@ dependencies = [ [[package]] name = "ostp-core" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "bytes", @@ -1473,7 +1473,7 @@ dependencies = [ [[package]] name = "ostp-server" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "axum", @@ -1505,7 +1505,7 @@ dependencies = [ [[package]] name = "ostp-tun" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "libc", @@ -1517,7 +1517,7 @@ dependencies = [ [[package]] name = "ostp-tun-helper" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 41164eb..dfcd9dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ resolver = "2" [workspace.package] edition = "2021" license = "AGPL-3.0" -version = "0.4.1" +version = "0.4.2" [workspace.dependencies] anyhow = "1.0" diff --git a/ostp-flutter/pubspec.yaml b/ostp-flutter/pubspec.yaml index d4114e7..988f4e5 100644 --- a/ostp-flutter/pubspec.yaml +++ b/ostp-flutter/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.4.1+19 +version: 0.4.2+20 environment: sdk: ^3.11.4 diff --git a/ostp-gui/package.json b/ostp-gui/package.json index 61dee32..c0ef821 100644 --- a/ostp-gui/package.json +++ b/ostp-gui/package.json @@ -1,7 +1,7 @@ { "name": "ostp-gui", "private": true, - "version": "0.4.1", + "version": "0.4.2", "type": "module", "scripts": { "tauri": "tauri", diff --git a/ostp-gui/src-tauri/Cargo.lock b/ostp-gui/src-tauri/Cargo.lock index 636b7e2..a926799 100644 --- a/ostp-gui/src-tauri/Cargo.lock +++ b/ostp-gui/src-tauri/Cargo.lock @@ -2665,7 +2665,7 @@ dependencies = [ [[package]] name = "ostp-client" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "base64 0.22.1", @@ -2696,7 +2696,7 @@ dependencies = [ [[package]] name = "ostp-core" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "bytes", @@ -2713,7 +2713,7 @@ dependencies = [ [[package]] name = "ostp-gui" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "json_comments", @@ -2733,7 +2733,7 @@ dependencies = [ [[package]] name = "ostp-tun" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "libc", diff --git a/ostp-gui/src-tauri/Cargo.toml b/ostp-gui/src-tauri/Cargo.toml index 6cca6d4..4f96366 100644 --- a/ostp-gui/src-tauri/Cargo.toml +++ b/ostp-gui/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostp-gui" -version = "0.4.1" +version = "0.4.2" description = "OSTP desktop GUI" authors = ["ospab"] edition = "2021" diff --git a/ostp-gui/src-tauri/tauri.conf.json b/ostp-gui/src-tauri/tauri.conf.json index b273271..b7eba30 100644 --- a/ostp-gui/src-tauri/tauri.conf.json +++ b/ostp-gui/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "ostp-gui", - "version": "0.4.1", + "version": "0.4.2", "identifier": "com.ospab.ostp", "build": { "frontendDist": "../src"