diff --git a/README.md b/README.md
index 942bb09..ed5535b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Library for building and processing RDF data with Groovy. groovyrdf helps you to build and consume RDF and Linked Data "the groovy way".
-Version 0.2.6
+Version 0.2.7
## Install
@@ -12,7 +12,7 @@ Version 0.2.6
de.datenwissen.util
groovyrdf
- 0.2.6
+ 0.2.7
pom
```
@@ -20,13 +20,13 @@ Version 0.2.6
### Gradle
```groovy
-compile 'de.datenwissen.util:groovyrdf:0.2.6'
+compile 'de.datenwissen.util:groovyrdf:0.2.7'
```
### Ivy
```xml
-
+
```
@@ -43,7 +43,7 @@ Please contact me for any questions & feedback: [angelo.veltens@online.de](mailt
## Release Notes
-Version 0.2.2 - 0.2.6
+Version 0.2.2 - 0.2.7
- security & dependency updates
diff --git a/build.gradle b/build.gradle
index 628f83e..72c693e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ apply plugin: 'maven'
apply plugin: 'maven-publish'
ext {
- versionName = '0.2.6'
+ versionName = '0.2.7'
mavenGroupId = 'de.datenwissen.util'
}
@@ -75,4 +75,4 @@ task javadocJar(type: Jar, dependsOn: groovydoc) {
artifacts {
archives sourcesJar
archives javadocJar
-}
\ No newline at end of file
+}