Skip to content

Commit

Permalink
Version bump to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Jul 18, 2018
1 parent 4ad4c2f commit 3a7323e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions app/migrations/2.2.3.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.3'

config._writeSync(contents)
3 changes: 2 additions & 1 deletion app/version_migrator.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +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', '2.2.2'
'1.0.5', '2.0.0', '2.1.0', '2.1.1', '2.1.2', '2.2.0', '2.2.1', '2.2.2',
'2.2.3'
]

constructor: (config, currentVersion) ->
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.2",
"version": "2.2.3",
"description": "Archipelago is an open-source terminal emulator built on web technology",
"main": "app/main/init.js",
"scripts": {
Expand Down

0 comments on commit 3a7323e

Please sign in to comment.