Skip to content

Commit 50af705

Browse files
committed
gem version bump
1 parent 11af7eb commit 50af705

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

lib/sequenceserver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Define version number.
22
module SequenceServer
3-
VERSION = '2.0.0'.freeze
3+
VERSION = '2.1.0'.freeze
44
end

sequenceserver.gemspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Gem::Specification.new do |s|
44
# meta
55
s.name = 'sequenceserver'
66
s.version = SequenceServer::VERSION
7-
s.authors = ['Anurag Priyam', 'Yannick Wurm', 'Many others', 'Queen Mary University of London',
7+
s.authors = ['Queen Mary University of London',
88
'Pragmatic Genomics Ltd']
9-
s.email = ['anurag08priyam@gmail.com', 'yannickwurm@gmail.com']
9+
s.email = ['contact@sequenceserver.com']
1010
s.homepage = 'https://sequenceserver.com'
1111
s.license = 'AGPL-3.0'
1212

@@ -53,7 +53,8 @@ Gem::Specification.new do |s|
5353
5454
More information at https://sequenceserver.com
5555
Community support: https://support.sequenceserver.com
56-
For point-and-click setup, check out SequenceServer Cloud.
56+
For point-and-click setup, and to avoid the hassle of running your own
57+
servers, check SequenceServer Cloud: https://sequenceserver.com/cloud
5758
------------------------------------------------------------------------
5859
5960
INFO

0 commit comments

Comments
 (0)