Skip to content

Commit b849847

Browse files
bump version to v0.0.49
1 parent 3362214 commit b849847

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
sfrest (0.0.48)
4+
sfrest (0.0.49)
55
excon
66

77
GEM
@@ -25,7 +25,7 @@ GEM
2525
rexml
2626
diff-lcs (1.5.1)
2727
docile (1.4.0)
28-
excon (0.109.0)
28+
excon (1.2.2)
2929
faker (2.22.0)
3030
i18n (>= 1.8.11, < 2)
3131
git_bpf (1.0.1)

lib/sfrest/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module SFRest
44
# Just tracks the version of sfrest.
5-
VERSION = '0.0.48'
5+
VERSION = '0.0.49'
66
end

sfrest.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'sfrest/version'
44
Gem::Specification.new do |s|
55
s.name = 'sfrest'
66
s.version = SFRest::VERSION
7-
s.date = '2024-07-12'
7+
s.date = '2024-12-18'
88
s.summary = "Acquia Site Factory Rest API."
99
s.description = "Wrapper methods around the ACSF Rest API."
1010
s.authors = [

0 commit comments

Comments
 (0)