Skip to content

Commit

Permalink
Update version number and Rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKoudijs committed Sep 12, 2024
1 parent a76c715 commit 5a554ba
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.8
version: 0.0.9

environment:
sdk: '>=3.4.0 <4.0.0'
Expand Down
48 changes: 24 additions & 24 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_lib"
version = "0.0.8"
version = "0.0.9"
authors = ["The Appgineer"]
edition = "2021"
license-file = "LICENSE"
Expand All @@ -12,7 +12,7 @@ publish = false
crate-type = ["cdylib", "staticlib"]

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0"
chrono = { version = "0.4", features = ["clock"], default-features = false }
flutter_rust_bridge = "=2.3.0"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion windows/community_remote.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Community Remote"
#define MyAppVersion "0.0.8"
#define MyAppVersion "0.0.9"
#define MyAppPublisher "The Appgineer"
#define MyAppURL "https://theappgineer.com/community_remote/"
#define MyAppExeName "community_remote.exe"
Expand Down

0 comments on commit 5a554ba

Please sign in to comment.