Skip to content

Commit

Permalink
Release 0.0.1.0 Beta (Lisias) for KSP >= 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Jun 2, 2020
1 parent 9eb3e0f commit 309f329
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# TweakScale Companion :: Airplane Plus :: Changes

* 2020-0602: 0.0.1.0 Beta (Lisias) for KSP >= 1.2.2
+ Initial public release
2 changes: 2 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# TweakScale Companion :: Airplane Plus :: Change Log

* 2020-0602: 0.0.1.0 Beta (Lisias) for KSP >= 1.2.2
+ Initial public release
2 changes: 1 addition & 1 deletion TweakScaleCompanion.APlus.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"VERSION":{
"MAJOR":0,
"MINOR":0,
"PATCH":0,
"PATCH":1,
"BUILD":0
},
"KSP_VERSION_MIN":{
Expand Down
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ clean() {
fi
}

FILE=$PACKAGE-$VERSION.ALPHA.zip
FILE=$PACKAGE-$VERSION.BETA.zip
echo $FILE
clean
zip -r $FILE ./GameData/* -x ".*"
Expand Down

0 comments on commit 309f329

Please sign in to comment.