msgthr.gemspec in msgthr-1.1.0 vs msgthr.gemspec in msgthr-1.2.0

- old
+ new

@@ -2,10 +2,10 @@ # License: GPL-2.0+ <https://www.gnu.org/licenses/gpl-2.0.txt> Gem::Specification.new do |s| manifest = File.read('.manifest').split(/\n/) s.name = %q{msgthr} - s.version = ENV['VERSION'] || '1.1.0' + s.version = ENV['VERSION'] || '1.2.0' s.authors = ['msgthr hackers'] s.summary = 'container-agnostic, non-recursive message threading' s.description = File.read('README').split(/\n\n/)[1].strip s.email = %q{msgthr-public@80x24.org} s.homepage = 'https://80x24.org/msgthr/'