We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61110d commit e365880Copy full SHA for e365880
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 0.2.1.{build}
+version: 0.2.2.{build}
2
3
build:
4
verbosity: minimal
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = 'com.glencoesoftware'
9
-version = '0.2.1'
+version = '0.2.2-SNAPSHOT'
10
11
mainClassName = 'com.glencoesoftware.pyramid.PyramidFromDirectoryWriter'
12
sourceCompatibility = 1.8
0 commit comments