Skip to content

Commit 37333a1

Browse files
committed
Update version and changelog
1 parent e74c106 commit 37333a1

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.1.3
4+
5+
- Fix for missing reset event
6+
- Add wait time for continuous read on worker
7+
38
## 0.1.2
49

510
- Add `--wsl-timeout` and `--wsl-socat-log-level` options

source/main.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
7676
CAPTION "About"
7777
FONT 9, "MS UI Gothic", 0, 0, 0x1
7878
BEGIN
79-
LTEXT "stream-connector 0.1.2",IDC_STATIC,7,7,114,8,SS_NOPREFIX
79+
LTEXT "stream-connector 0.1.3",IDC_STATIC,7,7,114,8,SS_NOPREFIX
8080
LTEXT "Copyright (c) 2020 jet",IDC_STATIC,7,19,114,8
8181
DEFPUSHBUTTON "OK",IDOK,71,33,50,14,WS_GROUP
8282
END
@@ -124,8 +124,8 @@ END
124124
//
125125

126126
VS_VERSION_INFO VERSIONINFO
127-
FILEVERSION 0,1,2,0
128-
PRODUCTVERSION 0,1,2,0
127+
FILEVERSION 0,1,3,0
128+
PRODUCTVERSION 0,1,3,0
129129
FILEFLAGSMASK 0x3fL
130130
#ifdef _DEBUG
131131
FILEFLAGS 0x1L
@@ -141,11 +141,11 @@ BEGIN
141141
BLOCK "040004b0"
142142
BEGIN
143143
VALUE "FileDescription", "stream-connector : transfers data between sockets and pipes"
144-
VALUE "FileVersion", "0.1.2.0"
144+
VALUE "FileVersion", "0.1.3.0"
145145
VALUE "InternalName", "stream-connector"
146146
VALUE "OriginalFilename", "stream-connector.exe"
147147
VALUE "ProductName", "stream-connector"
148-
VALUE "ProductVersion", "0.1.2.0"
148+
VALUE "ProductVersion", "0.1.3.0"
149149
END
150150
END
151151
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)