Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
schiltz3 committed Dec 12, 2024
1 parent 49b8882 commit 94dffa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "comi"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
build = "src/build.rs"

Expand Down
2 changes: 1 addition & 1 deletion InstallerScripts/ComiInstallerScript.iss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "{#OutputDir}\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#OUtputDir}\{#MyAppName}Run.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\settings.json"; DestDir: "{userdocs}\{#MyAppName}"; Flags: ignoreversion
Source: "..\settings.json"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\README.md"; DestDir: "{app}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

Expand Down

0 comments on commit 94dffa5

Please sign in to comment.