Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Dec 14, 2014
1 parent 29b7a68 commit e0f39c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sigh (0.1.3)
sigh (0.1.4)
capybara (~> 2.4.3)
colored
commander (~> 4.2.0)
Expand Down Expand Up @@ -30,14 +30,15 @@ GEM
highline (~> 1.6.11)
crack (0.4.2)
safe_yaml (~> 1.0.0)
deliver (0.3.7)
deliver (0.5.0)
capybara (~> 2.4.3)
colored
commander (~> 4.2.0)
fastimage (~> 1.6.3)
fastlane
highline (~> 1.6.21)
json
nokogiri (~> 1.6.3.1)
nokogiri (~> 1.6.5)
plist (~> 3.1.0)
poltergeist (~> 1.5.1)
prawn
Expand All @@ -46,14 +47,21 @@ GEM
docile (1.1.5)
fastimage (1.6.6)
addressable (~> 2.3, >= 2.3.5)
fastlane (0.1.0)
colored
commander (~> 4.2.0)
highline (~> 1.6.21)
json
nokogiri (~> 1.6.5)
security (~> 0.1.3)
highline (1.6.21)
json (1.8.1)
method_source (0.8.2)
mime-types (2.4.3)
mini_portile (0.6.0)
mini_portile (0.6.1)
multi_json (1.10.1)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
nokogiri (1.6.5)
mini_portile (~> 0.6.0)
pdf-core (0.4.0)
plist (3.1.0)
poltergeist (1.5.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/sigh/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sigh
VERSION = "0.1.3"
VERSION = "0.1.4"
end

0 comments on commit e0f39c9

Please sign in to comment.