Skip to content

Commit 3a7c54b

Browse files
committed
Release 1.6.1
1 parent 76ea172 commit 3a7c54b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Master
3+
## 1.6.1 (2022-03-23)
44

55
##### Enhancements
66

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cocoapods-downloader (1.6.0)
4+
cocoapods-downloader (1.6.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/cocoapods-downloader/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module Downloader
33
# @return [String] Downloader’s version, following
44
# [semver](http://semver.org).
55
#
6-
VERSION = '1.6.0'.freeze
6+
VERSION = '1.6.1'.freeze
77
end
88
end

0 commit comments

Comments
 (0)