Skip to content

Commit fd56b9b

Browse files
committed
Version 1.1 after fix #1
1 parent 1d7543f commit fd56b9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'info.hubbitus'
11-
version '1.0.1'
11+
version '1.1'
1212

1313
sourceCompatibility = 1.8
1414

example-project-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
ext{
18-
pluginVersion = '1.0.1'
18+
pluginVersion = '1.1'
1919
}
2020

2121
dependencies {

0 commit comments

Comments
 (0)