From c31d2ef62799547bb1187a9ce6705b224780a1f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Stuhrmann?= Date: Tue, 29 May 2018 09:53:07 +0200 Subject: [PATCH] Release 0.8.0 --- README.md | 4 ++-- lib/rubyfox/sfsobject/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ae319c..3c1d646 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ 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: @@ -28,7 +28,7 @@ And then execute: Or install it yourself as: - $ gem install rubyfox-sfsobject -v 0.7.0 + $ gem install rubyfox-sfsobject -v 0.8.0 ## Usage diff --git a/lib/rubyfox/sfsobject/version.rb b/lib/rubyfox/sfsobject/version.rb index 8247fa3..d4fcc51 100644 --- a/lib/rubyfox/sfsobject/version.rb +++ b/lib/rubyfox/sfsobject/version.rb @@ -1,5 +1,5 @@ module Rubyfox module SFSObject - VERSION = "0.7.0" + VERSION = "0.8.0" end end