Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jduss4 committed May 15, 2019
1 parent ba3bce2 commit 84f9d81
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
datura (0.1.1)
datura (0.1.2)
colorize (~> 0.8.1)
nokogiri (~> 1.8.1)
rest-client (~> 2.0.2)
Expand Down Expand Up @@ -35,10 +35,10 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16)
bundler (>= 1.16.0, < 3.0)
datura!
minitest (~> 5.0)
rake (~> 10.0)

BUNDLED WITH
1.16.6
1.17.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bundle exec rake install
then from the collection:

```
gem install --local path/to/local/datura/pkg/datura-0.1.0.gem
gem install --local path/to/local/datura/pkg/datura-0.1.2.gem
```

## First Steps
Expand Down
2 changes: 1 addition & 1 deletion lib/datura/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Datura
VERSION = "0.1.1"
VERSION = "0.1.2"
end
Binary file added pkg/datura-0.1.2.gem
Binary file not shown.

0 comments on commit 84f9d81

Please sign in to comment.