Skip to content

Commit 40ceb4e

Browse files
committed
chore: bump to 0.4.4
1 parent b9e8826 commit 40ceb4e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pubky-app-specs"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55
description = "Pubky.app Data Model Specifications"
66
homepage = "https://pubky.app"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pubky.app Data Model Specification
22

3-
_Version 0.4.3_
3+
_Version 0.4.4_
44

55
> ⚠️ **Warning: Rapid Development Phase**
66
> This specification is in an **early development phase** and is evolving quickly. Expect frequent changes and updates as the system matures. Consider this a **v0 draft**.

pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pubky-app-specs",
33
"description": "Pubky.app Data Model Specifications",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"license": "MIT",
66
"contributors": [
77
"SHAcollision",

src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Application version
2-
pub static VERSION: &str = "0.4.3";
2+
pub static VERSION: &str = "0.4.4";
33

44
// Path constants
55
pub static PUBLIC_PATH: &str = "/pub/";

0 commit comments

Comments
 (0)