Skip to content

Commit 591167a

Browse files
committed
Release 1.6.2
1 parent d2564c3 commit 591167a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Master
3+
## 1.6.2 (2022-03-28)
44

55
##### Enhancements
66

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cocoapods-downloader (1.6.1)
4+
cocoapods-downloader (1.6.2)
55

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

lib/cocoapods-downloader/gem_version.rb

+1-1
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.1'.freeze
6+
VERSION = '1.6.2'.freeze
77
end
88
end

0 commit comments

Comments
 (0)