We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc867bd commit 2398634Copy full SHA for 2398634
Cargo.toml
@@ -1,12 +1,12 @@
1
[package]
2
name = "scriptboard"
3
-version = "1.1.0"
+version = "1.1.1"
4
edition = "2024"
5
license = "GPL-3.0-only"
6
7
[package.metadata.winresource]
8
FileDescription = "Scriptboard"
9
-FileVersion = "1.1.0"
+FileVersion = "1.1.1"
10
ProductName = "Scriptboard"
11
Comments = "A simple desktop software to execute saved script files."
12
OriginalFilename = "scriptboard.exe"
@@ -46,7 +46,7 @@ panic = "abort"
46
strip = true
47
48
[package.metadata.packager]
49
50
authors = ["uAtomicBoolean"]
51
copyright = "Copyright (C) 2025 uAtomicBoolean"
52
category = "DeveloperTool"
0 commit comments