Skip to content

Commit

Permalink
Updated version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jan 21, 2020
1 parent 969cef6 commit ec9119d
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 @@ -74,7 +74,7 @@ buildscript {
gradlePluginPortal() // where this plugin is hosted
}
dependencies {
classpath 'gradle.plugin.com.github.sgtsilvio.gradle:android-retrofix:0.3.0'
classpath 'gradle.plugin.com.github.sgtsilvio.gradle:android-retrofix:0.3.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.github.sgtsilvio.gradle'
version '0.3.0'
version '0.3.1'

sourceCompatibility = 1.8

Expand Down

0 comments on commit ec9119d

Please sign in to comment.