Skip to content

Commit

Permalink
Merge pull request #11 from VladShyrokyi/update_1.2
Browse files Browse the repository at this point in the history
[ADD] Update build.gradle
  • Loading branch information
VladShyrokyi authored Aug 14, 2021
2 parents 7f7a44c + 7407740 commit 4787538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

group = 'io.github.vladshyrokyi'
archivesBaseName = 'template-message-sdk'
version = '1.1'
version = '1.2'

jar.enabled = true

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ Assertions.assertEquals(block.write(),result);
<dependency>
<groupId>io.github.vladshyrokyi</groupId>
<artifactId>template-message-sdk</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
```

### Gradle
```groovy
implementation 'io.github.vladshyrokyi:template-message-sdk:1.1'
implementation 'io.github.vladshyrokyi:template-message-sdk:1.2'
```

0 comments on commit 4787538

Please sign in to comment.