Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agmcc committed Sep 22, 2019
1 parent c62b846 commit 7d39182
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ repositories {
}
dependencies {
implementation 'com.github.agmcc:swordfish:0.3.0'
annotationProcessor 'com.github.agmcc:swordfish:0.3.0'
implementation 'com.github.agmcc:swordfish:0.4.0'
annotationProcessor 'com.github.agmcc:swordfish:0.4.0'
}
```

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

group 'com.github.agmcc'

version = '0.3.0'
version = '0.4.0'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectKey=agmcc_swordfish
sonar.projectVersion=0.3.0
sonar.projectVersion=0.4.0
sonar.sources=src/main
sonar.tests=src/test,src/integrationTest
sonar.java.binaries=build/classes
Expand Down

0 comments on commit 7d39182

Please sign in to comment.