Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Bump to version 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankakesa committed Jan 8, 2016
1 parent a6eb458 commit e85474b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ gem install netsoul
#### Gemfile

```ruby
gem 'netsoul', '~> 1.2'
gem 'netsoul', '~> 1.3'
```

#### project.rb
Expand Down
2 changes: 1 addition & 1 deletion lib/netsoul/version.rb
@@ -1,3 +1,3 @@
module Netsoul
VERSION = '1.2.0'.freeze
VERSION = '1.3.0'.freeze
end

0 comments on commit e85474b

Please sign in to comment.