diff --git a/.travis.yml b/.travis.yml index e5284f3..5a3fe48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ script: "bundle exec rspec spec" sudo: false cache: bundler rvm: - - 2.0 - - 2.1 - 2.2.4 - 2.3.0 - jruby-9.0.4.0 diff --git a/lib/ld4l/foaf_rdf/version.rb b/lib/ld4l/foaf_rdf/version.rb index 4b5cd1e..cbbd105 100644 --- a/lib/ld4l/foaf_rdf/version.rb +++ b/lib/ld4l/foaf_rdf/version.rb @@ -1,5 +1,5 @@ module LD4L module FoafRDF - VERSION = "0.0.7" + VERSION = "0.1.0" end end