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

Commit 52b7ca1

Browse files
committed
Update version numbers of api, bootstrap and framework to 3.0.1
1 parent f6afd76 commit 52b7ca1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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 := "3.0.0"
3+
version := "3.0.1"
44
lazy val versionSuffix = "prealpha"
55
assemblyJarName in assembly := "ChatOverflow-Launcher.jar"
66

deployment-files/end-user/README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<!-- IMPORTANT: UPDATE THE VERSION NUMBERS HERE, FOLLOWING THE DISPLAYED VERSIONS ON STARTUP -->
2222
<script>
2323
const versions = {
24-
framework: "3.0.0",
25-
api: "3.0.0",
24+
framework: "3.0.1",
25+
api: "3.0.1",
2626
rest: "3.0.0-3",
2727
npm: "3.0.0-3",
2828
gui: "3.0.0"

deployment-files/plugin-dev/README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<!-- IMPORTANT: UPDATE THE VERSION NUMBERS HERE, FOLLOWING THE DISPLAYED VERSIONS ON STARTUP -->
2222
<script>
2323
const versions = {
24-
framework: "3.0.0",
25-
api: "3.0.0",
24+
framework: "3.0.1",
25+
api: "3.0.1",
2626
rest: "3.0.0-3",
2727
npm: "3.0.0-3",
2828
gui: "3.0.0"

0 commit comments

Comments
 (0)