Skip to content

Commit e64ec44

Browse files
Updated version number to avoid dependency issues
1 parent 03a470a commit e64ec44

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
ChangeLog
22

3-
0.1.10.18 (unreleased)
3+
2.1.10.18 (unreleased)
44
Fixed a memory leak where two game events were beging used, added a DontDestroyOnLoad to RegisterToolbar
5+
Updated version number to avoid dependency issues
56

67
0.1.10.17
78
Added AssemblyFileVersion

ClickThroughBlocker.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"REPOSITORY": "ClickThroughBlocker"
88
},
99
"VERSION": {
10-
"MAJOR": 0,
10+
"MAJOR": 2,
1111
"MINOR": 1,
1212
"PATCH": 10,
1313
"BUILD": 17

ClickThroughBlocker/AssemblyVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
using System.Reflection;
77

8-
[assembly: AssemblyVersion("0.1.10.17")]
9-
[assembly: AssemblyFileVersion("0.1.10.17")]
8+
[assembly: AssemblyVersion("1.1.10.17")]
9+
[assembly: AssemblyFileVersion("1.1.10.17")]

GameData/000_ClickThroughBlocker/ClickThroughBlocker.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"REPOSITORY": "ClickThroughBlocker"
88
},
99
"VERSION": {
10-
"MAJOR": 0,
10+
"MAJOR": 1,
1111
"MINOR": 1,
1212
"PATCH": 10,
1313
"BUILD": 17

0 commit comments

Comments
 (0)