Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Khalasar committed May 29, 2018
1 parent a1b0ab5 commit c31d2ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Converts between SmartFox's SFSObjects and Ruby Hashes.

Add this line to your application's Gemfile:

gem 'rubyfox-sfsobject', '~> 0.7.0'
gem 'rubyfox-sfsobject', '~> 0.8.0'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rubyfox-sfsobject -v 0.7.0
$ gem install rubyfox-sfsobject -v 0.8.0

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/rubyfox/sfsobject/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rubyfox
module SFSObject
VERSION = "0.7.0"
VERSION = "0.8.0"
end
end

0 comments on commit c31d2ef

Please sign in to comment.