Skip to content

Commit

Permalink
Version bump to 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Aug 20, 2015
1 parent b5d96ea commit 1f7804f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Add it to your Gemfile:

```rb
gem 'probedock-ruby', '~> 0.1.1'
gem 'probedock-ruby', '~> 0.1.2'
```

Run `bundle install`.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
2 changes: 1 addition & 1 deletion lib/probe_dock_ruby.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# encoding: UTF-8
module ProbeDockProbe
VERSION = '0.1.1'
VERSION = '0.1.2'

class Error < StandardError; end
class PayloadError < Error; end
Expand Down

0 comments on commit 1f7804f

Please sign in to comment.