Skip to content

Commit e365880

Browse files
committed
Bump version to 0.2.2-SNAPSHOT
1 parent a61110d commit e365880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.2.1.{build}
1+
version: 0.2.2.{build}
22

33
build:
44
verbosity: minimal

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'com.glencoesoftware'
9-
version = '0.2.1'
9+
version = '0.2.2-SNAPSHOT'
1010

1111
mainClassName = 'com.glencoesoftware.pyramid.PyramidFromDirectoryWriter'
1212
sourceCompatibility = 1.8

0 commit comments

Comments
 (0)