Skip to content

Commit

Permalink
version: bump to 0.3.1
Browse files Browse the repository at this point in the history
Just a binary fix for ubuntu

Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Feb 4, 2025
1 parent 7480109 commit ae85f2d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[workspace]
resolver = "2"
package.version = "0.3.1"
members = [
"crates/notedeck",
"crates/notedeck_chrome",
Expand Down
2 changes: 1 addition & 1 deletion crates/notedeck/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notedeck"
version = "0.3.0"
version = { workspace = true }
edition = "2021"
description = "The APIs and data structures used by notedeck apps"

Expand Down
2 changes: 1 addition & 1 deletion crates/notedeck_chrome/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notedeck_chrome"
version = "0.3.0"
version = { workspace = true }
authors = ["William Casarin <[email protected]>", "kernelkind <[email protected]>"]
edition = "2021"
default-run = "notedeck"
Expand Down
2 changes: 1 addition & 1 deletion crates/notedeck_columns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notedeck_columns"
version = "0.3.0"
version = { workspace = true }
authors = ["William Casarin <[email protected]>"]
edition = "2021"
#rust-version = "1.60"
Expand Down

0 comments on commit ae85f2d

Please sign in to comment.