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

View File

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

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "notedeck" name = "notedeck"
version = "0.3.0" version = { workspace = true }
edition = "2021" edition = "2021"
description = "The APIs and data structures used by notedeck apps" description = "The APIs and data structures used by notedeck apps"

View File

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

View File

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