Skip to content

Commit f101803

Browse files
committed
bump to 0.14.0 and move to shared.sh
1 parent e89f5c7 commit f101803

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

game/tc2/steam.inf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
PatchVersion=120018
2-
ClientVersion=120018
3-
ServerVersion=120018
1+
PatchVersion=120019
2+
ClientVersion=120019
3+
ServerVersion=120019
44
ProductName=tc2
55
appID=243750
66
ServerAppID=244310

game_clean/push.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ cp -f ${SOURCE_MANIFEST} ${TARGET_MANIFEST}
1616
PROJECT_STR="mastercoms/tc2"
1717
BRANCH_STR=stable
1818
CHANNEL_STR=${PLATFORM}-${BRANCH_STR}
19-
VERSION="0.12.0"
2019

2120
butler push "${CLEAN_DIR}" "${PROJECT_STR}:${CHANNEL_STR}" "--userversion" "${VERSION}"
2221

game_clean/shared.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
VERSION="0.14.0"
12
DEV_DIR=../game
23
CLEAN_DIR=../game_dist
34
CLEAN_DEBUG_DIR=${CLEAN_DIR}_debug

0 commit comments

Comments
 (0)