Skip to content

Commit

Permalink
chore(release): 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.1](v2.3.0...v2.3.1) (2020-11-04)

### Bug Fixes

* copy dbmigration from using class to temp dir and execute from there ([65711a3](65711a3))
  • Loading branch information
semantic-release-bot committed Nov 4, 2020
1 parent 65711a3 commit bcbcbb2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.3.1](https://github.com/Silthus/ebean-wrapper/compare/v2.3.0...v2.3.1) (2020-11-04)


### Bug Fixes

* copy dbmigration from using class to temp dir and execute from there ([65711a3](https://github.com/Silthus/ebean-wrapper/commit/65711a3c6ea63342d40087098484181635cee08d))

# [2.3.0](https://github.com/Silthus/ebean-wrapper/compare/v2.2.0...v2.3.0) (2020-11-04)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}
dependencies {
implementation group: "net.silthus", name: "ebean-wrapper", version: "2.3.0"
implementation group: "net.silthus", name: "ebean-wrapper", version: "2.3.1"
}
```

Expand All @@ -40,7 +40,7 @@ dependencies {
<dependency>
<groupId>net.silthus</groupId>
<artifactId>ebean-wrapper</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
</dependencies>
...
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pluginName = ebean-wrapper
author = Silthus
mcVersion = 1.16.4
apiVersion = 1.15
version = 2.3.0
version = 2.3.1

0 comments on commit bcbcbb2

Please sign in to comment.