Skip to content

Commit 3268886

Browse files
committed
Update version
1 parent 1e71163 commit 3268886

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A C++ based tool that intends to provide fast and convenient command line interface building experience
66

7-
Version: **0.5.4**
7+
Version: **0.5.5**
88

99
- *Developed for Windows 10*
1010
- *Not tested on any other versions yet*

cursorMower.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 0,5,4,0
55-
PRODUCTVERSION 0,5,4,0
54+
FILEVERSION 0,5,5,0
55+
PRODUCTVERSION 0,5,5,0
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "MikronT"
7171
VALUE "FileDescription", "Command line interface building tool"
72-
VALUE "FileVersion", "0.5.4"
72+
VALUE "FileVersion", "0.5.5"
7373
VALUE "InternalName", "cursorMower.exe"
7474
VALUE "LegalCopyright", "Copyright � 2022 MikronT"
7575
VALUE "OriginalFilename", "cursorMower.exe"
7676
VALUE "ProductName", "CursorMower"
77-
VALUE "ProductVersion", "0.5.4"
77+
VALUE "ProductVersion", "0.5.5"
7878
END
7979
END
8080
BLOCK "VarFileInfo"

util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
int nsUtils::help() {
77
wprintf(LR"(
8-
CursorMower v0.5.4 -> https://github.com/MikronT/CursorMower
8+
CursorMower v0.5.5 -> https://github.com/MikronT/CursorMower
99
1010
Usage
1111
cursorMower "file"

0 commit comments

Comments
 (0)