From 5f2370d8a9aaa1de6d51ae413132ae283b57b9d8 Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Tue, 26 Apr 2016 15:45:22 -0400 Subject: [PATCH] Prep for release 0.1.0 --- .travis.yml | 2 -- lib/ld4l/foaf_rdf/version.rb | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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