Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorton committed Feb 4, 2014
1 parent 84d26cd commit 6c62fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/klarna/checkout/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Klarna
module Checkout
VERSION = "0.0.1"
VERSION = "0.0.2"
end
end
4 changes: 2 additions & 2 deletions spec/lib/klarna/checkout/version_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'klarna/checkout/client'
require 'klarna/checkout/version'

describe Klarna::Checkout::VERSION do
it { should eq '0.0.1' }
it { should eq '0.0.2' }
end

0 comments on commit 6c62fd9

Please sign in to comment.