Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 5d79cdb

Browse files
committed
Update version numbers to follow semver
Needed, because the updater will search for the current release using the version number, meaning the git tag for prealpha 3 (`3.0.0-prealpha`) has to match the one of the bootstrap module.
1 parent bd3d5bf commit 5d79cdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "chatoverflow-launcher-bootstrap"
22
// s"$version-$versionSuffix" has to represent the tag name of the current release inorder for the Updater to know the current version.
3-
version := "0.3"
3+
version := "3.0.0"
44
lazy val versionSuffix = "prealpha"
55
assemblyJarName in assembly := "ChatOverflow-Launcher.jar"
66

updater/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "chatoverflow-launcher-updater"
2-
version := "0.3" // Currently not used anywhere
2+
version := "3.0.0" // Currently not used anywhere
33
assemblyJarName in assembly := "ChatOverflow.jar"
44

55
// JSON Lib to read the json provided by GitHub Releases

0 commit comments

Comments
 (0)