Skip to content

Commit 80786c5

Browse files
committed
Bump version to 0.12.12
1 parent 6ed1581 commit 80786c5

10 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/vykar-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vykar-cli"
3-
version = "0.12.11"
3+
version = "0.12.12"
44
edition = "2021"
55
license = "GPL-3.0-only"
66

crates/vykar-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vykar-core"
3-
version = "0.12.11"
3+
version = "0.12.12"
44
edition = "2021"
55
license = "GPL-3.0-only"
66

crates/vykar-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vykar-crypto"
3-
version = "0.12.11"
3+
version = "0.12.12"
44
edition = "2021"
55
license = "GPL-3.0-only"
66

crates/vykar-gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vykar-gui"
3-
version = "0.12.11"
3+
version = "0.12.12"
44
edition = "2021"
55
license = "GPL-3.0-only"
66

crates/vykar-gui/macos/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<key>CFBundleIdentifier</key>
1010
<string>com.borgbase.vykar</string>
1111
<key>CFBundleVersion</key>
12-
<string>0.12.11</string>
12+
<string>0.12.12</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>0.12.11</string>
14+
<string>0.12.12</string>
1515
<key>CFBundleExecutable</key>
1616
<string>vykar-gui</string>
1717
<key>CFBundleIconFile</key>

crates/vykar-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vykar-protocol"
3-
version = "0.12.11"
3+
version = "0.12.12"
44
edition = "2021"
55
license = "GPL-3.0-only"
66

crates/vykar-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vykar-server"
3-
version = "0.12.11"
3+
version = "0.12.12"
44
edition = "2021"
55
license = "GPL-3.0-only"
66

crates/vykar-storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vykar-storage"
3-
version = "0.12.11"
3+
version = "0.12.12"
44
edition = "2021"
55
license = "GPL-3.0-only"
66

crates/vykar-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vykar-types"
3-
version = "0.12.11"
3+
version = "0.12.12"
44
edition = "2021"
55
license = "GPL-3.0-only"
66

0 commit comments

Comments
 (0)