Skip to content

Commit

Permalink
Version bump to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Jul 14, 2018
1 parent 6bd4ef2 commit 8e7fc6e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions app/migrations/2.2.2.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports =
run: (config) ->
contents = config.contents

contents.version = '2.2.2'

config._writeSync(contents)
4 changes: 3 additions & 1 deletion app/version_migrator.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports =
class VersionMigrator
versions: ['1.0.5', '2.0.0', '2.1.0', '2.1.1', '2.1.2', '2.2.0', '2.2.1']
versions: [
'1.0.5', '2.0.0', '2.1.0', '2.1.1', '2.1.2', '2.2.0', '2.2.1', '2.2.2'
]

constructor: (config, currentVersion) ->
@config = config
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Archipelago",
"version": "2.2.1",
"version": "2.2.2",
"description": "Archipelago is an open-source terminal emulator built on web technology",
"main": "app/main/init.js",
"scripts": {
Expand Down

0 comments on commit 8e7fc6e

Please sign in to comment.