Skip to content

Commit 0b57a44

Browse files
committed
v0.6.2: Correct gemspec: allowed_push_host, changelog_uri
1 parent b492f26 commit 0b57a44

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
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a CHANGELOG](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
Upcoming: v0.6.2: Correct gemspec: allowed_push_host, changelog_uri
7+
2020-08-13 v0.6.2: Correct gemspec: allowed_push_host, changelog_uri
88

99
2020-08-12 v0.6.1: Prepare for deploy to RubyGems
1010
- Updated docs, using yard.

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-
tusc (0.6.1)
4+
tusc (0.6.2)
55
ougai (~> 1.8)
66

77
GEM

lib/tusc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module TusClient
2-
VERSION = '0.6.1'.freeze
2+
VERSION = '0.6.2'.freeze
33
end

0 commit comments

Comments
 (0)