Skip to content

Commit 5873f6a

Browse files
authored
Merge pull request #30 from enaut/prepare-v4.12
bump versions
2 parents dfce5f3 + 805574e commit 5873f6a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["url", "link", "webpage", "actix", "web"]
1313
license = "MIT OR Apache-2.0"
1414
readme = "README.md"
1515
repository = "https://github.com/enaut/pslink/"
16-
version = "0.4.11"
16+
version = "0.4.12"
1717

1818
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1919

locales/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["url", "link", "webpage", "actix", "web"]
1313
license = "MIT OR Apache-2.0"
1414
readme = "README.md"
1515
repository = "https://github.com/enaut/pslink/"
16-
version = "0.4.11"
16+
version = "0.4.12"
1717

1818
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1919

pslink/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
1414
name = "pslink"
1515
readme = "README.md"
1616
repository = "https://github.com/enaut/pslink/"
17-
version = "0.4.11"
17+
version = "0.4.12"
1818
[build-dependencies]
1919
actix-web-static-files = "4.0"
2020
static-files = "0.2"

shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
name = "pslink-shared"
1414
readme = "../pslink/README.md"
1515
repository = "https://github.com/enaut/pslink/"
16-
version = "0.4.11"
16+
version = "0.4.12"
1717

1818
[dependencies]
1919
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)