Skip to content

Commit

Permalink
[3.0.2]
Browse files Browse the repository at this point in the history
Release 3.0.2 ready
  • Loading branch information
GoodforGod committed Dec 18, 2020
1 parent d464e3f commit b0b73b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Documentation for **versions 1.X.X** in [this document](/README-VERSION-1.X.md).
**Gradle**
```groovy
dependencies {
compile 'com.github.goodforgod:dummymaker:3.0.1'
compile 'com.github.goodforgod:dummymaker:3.0.2'
}
```

Expand All @@ -27,7 +27,7 @@ dependencies {
<dependency>
<groupId>com.github.goodforgod</groupId>
<artifactId>dummymaker</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>
```

Expand Down Expand Up @@ -462,6 +462,8 @@ just use *@PrimeGen* instead of *@ComplexGen* to mark your annotation.

## Version History

**3.0.2** - OSX ResourceScanner path fixed, dependencies updated.

**3.0.1** - Minor bug fixes.

**3.0.0** - Exporters redesigned, Factory export huge amount of dummies contracts added, generators improved, matching for generators improved.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
groupId=com.github.goodforgod
artifactId=dummymaker
artifactVersion=3.0.2-SNAPSHOT
artifactVersion=3.0.2


##### GRADLE
Expand Down

0 comments on commit b0b73b7

Please sign in to comment.