Skip to content

Commit

Permalink
Bump to version v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Apr 17, 2016
1 parent eb2ed0d commit 40b5c63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bmp.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 2.0.4
version: 2.0.5
files:
README.md:
- ebean-enhance-plugin v%.%.%
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ebean-enhance-plugin v2.0.4
# ebean-enhance-plugin v2.0.5

> A gradle plugin for enhancing ebean entities.
Expand All @@ -7,7 +7,7 @@
```
plugins {
id 'java'
id 'com.github.kt3k.ebean.enhance' version '2.0.4'
id 'com.github.kt3k.ebean.enhance' version '2.0.5'
}
ebeanEnhance {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
apply plugin: 'kotlin'

group = 'org.kt3k'
version = '2.0.4'
version = '2.0.5'

repositories {
mavenCentral()
Expand Down

0 comments on commit 40b5c63

Please sign in to comment.