Skip to content

Commit

Permalink
Version 1.1 after fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubbitus committed Feb 24, 2020
1 parent 1d7543f commit fd56b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'info.hubbitus'
version '1.0.1'
version '1.1'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion example-project-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

ext{
pluginVersion = '1.0.1'
pluginVersion = '1.1'
}

dependencies {
Expand Down

0 comments on commit fd56b9b

Please sign in to comment.