Skip to content

Commit 31d901c

Browse files
committed
Merge pull request #5 from ld4l/prep_release
Prep for release 0.1.0
2 parents 801890c + 5f2370d commit 31d901c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ script: "bundle exec rspec spec"
44
sudo: false
55
cache: bundler
66
rvm:
7-
- 2.0
8-
- 2.1
97
- 2.2.4
108
- 2.3.0
119
- jruby-9.0.4.0

lib/ld4l/foaf_rdf/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module LD4L
22
module FoafRDF
3-
VERSION = "0.0.7"
3+
VERSION = "0.1.0"
44
end
55
end

0 commit comments

Comments
 (0)