Skip to content

Commit e2d866f

Browse files
author
Developer
committed
Bumped version to v0.6.3.
1 parent bd99843 commit e2d866f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BlocklyPropClient.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# Please verify that the version number in the local about.txt and the
3737
# ./package/win-resources/blocklypropclient-installer.iss matches this.
3838
# -----------------------------------------------------------------------
39-
VERSION = "0.6.2"
39+
VERSION = "0.6.3"
4040

4141

4242
# Enable logging for functions outside of the class definition

about.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version: v0.6.2
1+
Version: v0.6.3
22

33
Contributors:
44
- Michel Lampo

package/blocklypropclient-installer.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "BlocklyPropClient"
5-
#define MyAppVersion "0.6.2"
5+
#define MyAppVersion "0.6.3"
66
#define MyAppPublisher "Parallax Inc."
77
#define MyAppURL "http://blockly.parallax.com/"
88
#define MyAppExeName "BlocklyPropClient.exe"

0 commit comments

Comments
 (0)