lib/upwork/api/version.rb in upwork-api-1.0.1 vs lib/upwork/api/version.rb in upwork-api-1.1.0

- old
+ new

@@ -11,8 +11,8 @@ # Copyright:: Copyright 2014(c) Upwork.com # License:: See LICENSE.txt and TOS - https://developers.upwork.com/api-tos.html module Upwork # :nodoc: module Api - VERSION = "1.0.1" + VERSION = "1.1.0" end end