Skip to content

Commit 2398634

Browse files
chore: up version number
1 parent cc867bd commit 2398634

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "scriptboard"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2024"
55
license = "GPL-3.0-only"
66

77
[package.metadata.winresource]
88
FileDescription = "Scriptboard"
9-
FileVersion = "1.1.0"
9+
FileVersion = "1.1.1"
1010
ProductName = "Scriptboard"
1111
Comments = "A simple desktop software to execute saved script files."
1212
OriginalFilename = "scriptboard.exe"
@@ -46,7 +46,7 @@ panic = "abort"
4646
strip = true
4747

4848
[package.metadata.packager]
49-
version = "1.1.0"
49+
version = "1.1.1"
5050
authors = ["uAtomicBoolean"]
5151
copyright = "Copyright (C) 2025 uAtomicBoolean"
5252
category = "DeveloperTool"

0 commit comments

Comments
 (0)