Skip to content

Commit

Permalink
Merge pull request #24 from antkudruk/fixing-fuckup-with-annotation-i…
Browse files Browse the repository at this point in the history
…nheritance

Updated a version
  • Loading branch information
antkudruk committed Jul 23, 2021
2 parents a99278e + 00f859f commit 8676e25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Here is an example for Gradle

```
dependencies {
compile group: 'com.github.antkudruk', name: 'uniform-factory', version: '0.1.0'
compile group: 'com.github.antkudruk', name: 'uniform-factory', version: '0.1.1'
}
```

Expand All @@ -152,7 +152,7 @@ and for Maven
<dependency>
<groupId>com.github.antkudruk</groupId>
<artifactId>uniform-factory</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

// The current version
def libraryVersion='0.1.0'
def libraryVersion='0.1.1'

group 'com.github.antkudruk'
version libraryVersion
Expand Down

0 comments on commit 8676e25

Please sign in to comment.