Skip to content

Commit

Permalink
Bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatCabbage committed Sep 1, 2019
1 parent 19cbcd1 commit 25f2077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Condor2 Extension",
"version": "1.2",
"version": "1.3",
"description": "Enhances the Condor Server List and allows multiplayer sessions to launch via Revive with the Condor2 Revive Helper.",
"content_scripts": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/updates.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import kotlin.browser.window
import kotlin.js.Date

const val MAJOR_VERSION = 1
const val MINOR_VERSION = 2
const val MINOR_VERSION = 3

const val RELEASES_URL = "https://api.github.com/repos/thegreatcabbage/condor2-extension/releases"
const val INTERVAL_MILLIS = 1e3 * 3600 * 12
Expand Down

0 comments on commit 25f2077

Please sign in to comment.