Skip to content

Commit

Permalink
Changed version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCoduriV committed Dec 1, 2023
1 parent f036ea1 commit 1d1daf9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions notiflut_ctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notiflut_ctl"
version = "0.2.1"
version = "1.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -10,6 +10,6 @@ dbus = "0.9.7"
dbus-crossroads = "0.5.2"
thiserror = "1.0.40"
anyhow = "1"
serde = {version = "1.0.188", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
clap = {version = "4.2.1", features=["cargo", "derive"]}
clap = { version = "4.2.1", features = ["cargo", "derive"] }
4 changes: 2 additions & 2 deletions notiflut_daemon/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 notiflut_daemon/native/hub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
# Do not change the name of this crate.
name = "hub"
version = "0.5.0"
version = "1.0.0"
edition = "2021"

[lib]
Expand All @@ -19,4 +19,4 @@ prost = "0.12.1"
prost-types = "0.12.1"
notification_server = { path = "../notification_server" }
tracing = "0.1.40"
tracing-subscriber = {version = "0.3.18", features = ["env-filter"]}
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2 changes: 1 addition & 1 deletion notiflut_daemon/native/notification_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notification_server"
version = "0.5.0"
version = "1.0.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion notiflut_daemon/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: notiflut
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.5.0+1
version: 1.0.0

environment:
sdk: '>=3.1.0 <4.0.0'
Expand Down

0 comments on commit 1d1daf9

Please sign in to comment.