Skip to content

Commit

Permalink
Bump version number to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Aug 14, 2017
1 parent db0e92e commit d7d483d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
elm_install (1.2.0)
elm_install (1.3.0)
adts (~> 0.1.2)
commander (~> 4.4, >= 4.4.2)
contracts (~> 0.16.0)
Expand Down Expand Up @@ -120,7 +120,7 @@ GEM
simplecov-html (0.10.0)
slop (3.6.0)
smart_colored (1.1.1)
solve (3.1.0)
solve (3.1.1)
molinillo (>= 0.5)
semverse (>= 1.1, < 3.0)
sparkr (0.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/elm_install/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ElmInstall
# The version of ElmInstall
VERSION = '1.2.0'.freeze
VERSION = '1.3.0'.freeze
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elm-github-install",
"version": "1.2.0",
"version": "1.3.0",
"description": "Install Elm packages directly from Git repositories",
"scripts": {
"install": "node scripts/install.js",
Expand Down
2 changes: 1 addition & 1 deletion packaging/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

ruby '2.2.2'

gem 'elm_install', '1.2.0'
gem 'elm_install', '1.3.0'

0 comments on commit d7d483d

Please sign in to comment.