Skip to content

Commit 32e4f2a

Browse files
author
Developer
committed
Bumped version to v0.7.5.
1 parent 0e2f51d commit 32e4f2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BlocklyPropClient.py

Lines changed: 1 addition & 1 deletion
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.7.0"
39+
VERSION = "0.7.5"
4040

4141

4242
# Enable logging for functions outside of the class definition

about.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version: v0.7.0
1+
Version: v0.7.5
22

33
Contributors:
44
- Michel Lampo

package/blocklypropclient-installer.iss

Lines changed: 1 addition & 1 deletion
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.7.0"
5+
#define MyAppVersion "0.7.5"
66
#define MyAppPublisher "Parallax Inc."
77
#define MyAppURL "http://blockly.parallax.com/"
88
#define MyAppExeName "BlocklyPropClient.exe"

0 commit comments

Comments
 (0)