Skip to content

Commit 681730c

Browse files
committed
updating gradle properties and readme for new release
1 parent 821d9fc commit 681730c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ Depending on the framework you use, pick the adapter library that is applicable
3232
##### Gradle:
3333
```groovy
3434
dependencies {
35-
testCompile 'com.zendesk.jazon:jazon-spock:0.4.0'
35+
testCompile 'com.zendesk.jazon:jazon-spock:0.4.1'
3636
}
3737
```
3838
##### Maven:
3939
```xml
4040
<dependency>
4141
<groupId>com.zendesk.jazon</groupId>
4242
<artifactId>jazon-spock</artifactId>
43-
<version>0.4.0</version>
43+
<version>0.4.1</version>
4444
<scope>test</scope>
4545
</dependency>
4646
```
@@ -52,15 +52,15 @@ dependencies {
5252
##### Gradle:
5353
```groovy
5454
dependencies {
55-
testCompile 'com.zendesk.jazon:jazon-junit:0.4.0'
55+
testCompile 'com.zendesk.jazon:jazon-junit:0.4.1'
5656
}
5757
```
5858
##### Maven:
5959
```xml
6060
<dependency>
6161
<groupId>com.zendesk.jazon</groupId>
6262
<artifactId>jazon-junit</artifactId>
63-
<version>0.4.0</version>
63+
<version>0.4.1</version>
6464
<scope>test</scope>
6565
</dependency>
6666
```

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = 0.4.1-SNAPSHOT
1+
version = 0.4.1

0 commit comments

Comments
 (0)