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

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"