diff --git a/Cargo.lock b/Cargo.lock index 6b014bd..202f5bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,7 +102,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "fplc" -version = "0.9.495" +version = "0.9.496" dependencies = [ "chrono", "chrono-tz", diff --git a/Cargo.toml b/Cargo.toml index 6388dff..760a101 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "fplc" -version = "0.9.495" +version = "0.9.496" edition = "2021" description = "A pseudolang interpreter written in Rust" diff --git a/installer/pseudolang.nsi b/installer/pseudolang.nsi index cab3815..e1304c8 100644 --- a/installer/pseudolang.nsi +++ b/installer/pseudolang.nsi @@ -4,7 +4,7 @@ !define MUI_ICON "Pseudolang-Logo.ico" -Name "PseudoLang Installer v0.9.495" +Name "PseudoLang Installer v0.9.496" InstallDir "$PROGRAMFILES\PseudoLang\" OutFile "../release/installer/pseudolang-setup-x64.exe" BrandingText "(c) 2024 PseudoLang Software Foundation" @@ -33,7 +33,7 @@ Section "" WriteRegStr HKLM "SYSTEM\CurrentControlSet\Control\Session Manager\Environment" "Path" "$INSTDIR;$R0" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pseudolang" "DisplayName" "Pseudolang" - WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pseudolang" "DisplayVersion" "0.9.495" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pseudolang" "DisplayVersion" "0.9.496" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pseudolang" "Publisher" "Pseudolang Software Foundation" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pseudolang" "DisplayIcon" "$INSTDIR\Pseudolang-Logo.ico" diff --git a/readme.md b/readme.md index 342b1bc..87cc1b4 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@
@@ -61,7 +61,6 @@ The file `src/tests/mod.rs` also contains various unit tests (examples of code) - [ ] Dictionaries - [ ] Better error handling (line, column) -- [ ] Time - [ ] Networking - [ ] File IO - [ ] System integration (terminal commands, process management, environment variables) @@ -75,6 +74,7 @@ The file `src/tests/mod.rs` also contains various unit tests (examples of code)