Skip to content

Commit 0788431

Browse files
committed
ads_savon version bump to fix RubyGems permission issue.
1 parent b9ddf69 commit 0788431

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

ads_savon/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.0.1:
2+
- Releasing a new version to fix RubyGems file permissions bug.
3+
14
1.0.0:
25
- Initial release of Google Ads Savon. This is a fork of Savon version 1,
36
which can be found here: https://github.com/savonrb/savon/tree/version1

ads_savon/lib/ads_savon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Module to keep the current library version.
22

33
module GoogleAdsSavon
4-
VERSION = "1.0.0"
4+
VERSION = "1.0.1"
55
end

0 commit comments

Comments
 (0)