diff --git a/.travis.yml b/.travis.yml index cf54432..7618be9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ rvm: # note that jruby cannot be supported because it doesn't support C extensions and this gem doesn't support # an alternative to oj, which is a C extension # also: truffleruby is included explicitly in the job matrix -- ruby-2.5 - ruby-2.6 - ruby-2.7 - ruby-3.0 diff --git a/lib/aganakti/version.rb b/lib/aganakti/version.rb index c45a7c4..16539d1 100644 --- a/lib/aganakti/version.rb +++ b/lib/aganakti/version.rb @@ -2,5 +2,5 @@ module Aganakti # The version number. - VERSION = '0.1.0' + VERSION = '0.1.1' end