Skip to content

Commit

Permalink
increased version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrullmann committed Jun 12, 2017
1 parent 8bf9740 commit 9513743
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Declare a dependency on the `siren-core` and (optionally) `siren-spring` JARs in
[source,groovy]
----
dependencies {
compile 'org.unbrokendome.siren:siren-core:0.1.1'
compile 'org.unbrokendome.siren:siren-spring:0.1.1
compile 'org.unbrokendome.siren:siren-core:0.1.2'
compile 'org.unbrokendome.siren:siren-spring:0.1.2
}
----

Expand All @@ -46,12 +46,12 @@ dependencies {
<dependency>
<groupId>org.unbrokendome.siren</groupId>
<artifactId>siren-core</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>org.unbrokendome.siren</groupId>
<artifactId>siren-spring</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
</dependencies>
----
Expand Down Expand Up @@ -136,9 +136,9 @@ plugins {
}
dependencies {
compile 'org.unbrokendome.siren:siren-core:0.1.1'
compile 'org.unbrokendome.siren:siren-spring:0.1.1'
apt 'org.unbrokendome.siren:siren-spring-ap:0.1.1'
compile 'org.unbrokendome.siren:siren-core:0.1.2'
compile 'org.unbrokendome.siren:siren-spring:0.1.2'
apt 'org.unbrokendome.siren:siren-spring-ap:0.1.2'
}
----

Expand Down Expand Up @@ -187,8 +187,8 @@ plugins {
}
dependencies {
compile 'org.unbrokendome.siren:siren-core:0.1.1'
compile 'org.unbrokendome.siren:siren-spring:0.1.1'
kapt 'org.unbrokendome.siren:siren-spring-ap:0.1.1'
compile 'org.unbrokendome.siren:siren-core:0.1.2'
compile 'org.unbrokendome.siren:siren-spring:0.1.2'
kapt 'org.unbrokendome.siren:siren-spring-ap:0.1.2'
}
----
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.unbroken-dome.siren
version=0.1.1
version=0.1.2

friendly_name=Siren Tools for Java
description=A Java library and annotation processor for building Web APIs with Siren
Expand Down

0 comments on commit 9513743

Please sign in to comment.