Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasheine committed Feb 1, 2018
1 parent b29899c commit 523223d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:gradle-static-analysis-plugin:0.4.1'
classpath 'com.novoda:gradle-static-analysis-plugin:0.5'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = '0.4.1'
version = '0.5'
String tag = "v$project.version"
groovydoc.docTitle = 'Static Analysis Plugin'

Expand Down

0 comments on commit 523223d

Please sign in to comment.