version: bump to 0.3.1

Just a binary fix for ubuntu

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-02-04 11:51:16 -08:00
parent 74801098f3
commit ae85f2dd34
5 changed files with 7 additions and 6 deletions

6
Cargo.lock generated
View File

@@ -2743,7 +2743,7 @@ dependencies = [
[[package]]
name = "notedeck"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"base32",
"dirs",
@@ -2771,7 +2771,7 @@ dependencies = [
[[package]]
name = "notedeck_chrome"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"android-activity 0.4.3",
"eframe",
@@ -2796,7 +2796,7 @@ dependencies = [
[[package]]
name = "notedeck_columns"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"base64 0.22.1",
"bitflags 2.6.0",

View File

@@ -1,5 +1,6 @@
[workspace]
resolver = "2"
package.version = "0.3.1"
members = [
"crates/notedeck",
"crates/notedeck_chrome",

View File

@@ -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"

View File

@@ -1,6 +1,6 @@
[package]
name = "notedeck_chrome"
version = "0.3.0"
version = { workspace = true }
authors = ["William Casarin <jb55@jb55.com>", "kernelkind <kernelkind@gmail.com>"]
edition = "2021"
default-run = "notedeck"

View File

@@ -1,6 +1,6 @@
[package]
name = "notedeck_columns"
version = "0.3.0"
version = { workspace = true }
authors = ["William Casarin <jb55@jb55.com>"]
edition = "2021"
#rust-version = "1.60"