Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
bump version to 1.0.4, add WindowsToolbox.cmd back
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhmuy committed Aug 25, 2021
1 parent 87dbd7b commit b33febb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions WindowsToolbox.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
powershell -noexit "& ""./main.ps1"""
2 changes: 1 addition & 1 deletion library/GeneralFunctions.psm1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# General functions

$version = "1.0.3"
$version = "1.0.4"
$title = "Windows Toolbox $version"
$host.UI.RawUI.WindowTitle = $title
$build = (Get-CimInstance Win32_OperatingSystem).version
Expand Down

0 comments on commit b33febb

Please sign in to comment.