Skip to content

Commit b83749f

Browse files
committed
Version bump
1 parent 73ab6eb commit b83749f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/net/ssh/multi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Version < Net::SSH::Version
1010
MINOR = 1
1111

1212
# The tiny component of the library's version
13-
TINY = 0
13+
TINY = 1
1414

1515
# The library's version as a Version instance
1616
CURRENT = new(MAJOR, MINOR, TINY)

net-ssh-multi.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Gem::Specification.new do |s|
77
s.name = "net-ssh-multi"
8-
s.version = "1.1.0"
8+
s.version = "1.1.1"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Jamis Buck", "Delano Mandelbaum"]
@@ -22,6 +22,7 @@ Gem::Specification.new do |s|
2222
"LICENSE.txt",
2323
"README.rdoc",
2424
"Rakefile",
25+
"gem-public_cert.pem",
2526
"lib/net/ssh/multi.rb",
2627
"lib/net/ssh/multi/channel.rb",
2728
"lib/net/ssh/multi/channel_proxy.rb",

0 commit comments

Comments
 (0)