Skip to content

Commit ad0fed1

Browse files
committed
v0.5.2
1 parent d57c0e5 commit ad0fed1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@ Or add Paddle as dependency to your existing project.
5353
<dependency>
5454
<groupId>im.mak</groupId>
5555
<artifactId>paddle</artifactId>
56-
<version>0.5.1</version>
56+
<version>0.5.2</version>
5757
</dependency>
5858
```
5959

6060
#### Gradle
6161

6262
Groovy DSL:
6363
```groovy
64-
implementation 'im.mak:paddle:0.5.1'
64+
implementation 'im.mak:paddle:0.5.2'
6565
```
6666

6767
Kotlin DSL:
6868
```kotlin
69-
compile("im.mak:paddle:0.5.1")
69+
compile("im.mak:paddle:0.5.2")
7070
```
7171

7272
### Simple usage

README_ru.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@ Paddle - Java библиотека для тестирования смарт к
5454
<dependency>
5555
<groupId>im.mak</groupId>
5656
<artifactId>paddle</artifactId>
57-
<version>0.5.1</version>
57+
<version>0.5.2</version>
5858
</dependency>
5959
```
6060

6161
#### Gradle
6262

6363
Groovy DSL:
6464
```groovy
65-
implementation 'im.mak:paddle:0.5.1'
65+
implementation 'im.mak:paddle:0.5.2'
6666
```
6767

6868
Kotlin DSL:
6969
```kotlin
70-
compile("im.mak:paddle:0.5.1")
70+
compile("im.mak:paddle:0.5.2")
7171
```
7272

7373
### Пример использования

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>im.mak</groupId>
88
<artifactId>paddle</artifactId>
9-
<version>0.5.1</version>
9+
<version>0.5.2</version>
1010

1111
<name>Paddle</name>
1212
<description>Paddle library helps developers to write tests for smart contracts on Waves blockchain</description>

0 commit comments

Comments
 (0)