Skip to content

Commit

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

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

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.0",
"version": "2.2.1",
"description": "Archipelago is an open-source terminal emulator built on web technology",
"main": "app/main/init.js",
"scripts": {
Expand Down

0 comments on commit 2a2e523

Please sign in to comment.