Skip to content

Commit

Permalink
Merge pull request #65 from epimorphics/release/1.3.0
Browse files Browse the repository at this point in the history
Ready release 1.3.0
  • Loading branch information
ajtucker authored Jan 16, 2025
2 parents 2d8dccf + f283b7f commit 20f1b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sapi-client-ruby (1.3.0.pre.1)
sapi-client-ruby (1.3.0)
faraday_middleware (~> 1.0.0)
i18n (~> 1.5)

Expand Down
2 changes: 1 addition & 1 deletion lib/sapi_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module SapiClient
MAJOR = 1
MINOR = 3
FIX = 0
VERSION = "#{MAJOR}.#{MINOR}.#{FIX}.pre.1"
VERSION = "#{MAJOR}.#{MINOR}.#{FIX}"
end

0 comments on commit 20f1b6f

Please sign in to comment.