Skip to content

Commit

Permalink
Bump version to 0.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Apr 30, 2020
1 parent 7781347 commit b3d0a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.3.{build}
version: 0.2.0.{build}

build:
verbosity: minimal
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'com.glencoesoftware'
version = '0.1.3'
version = '0.2.0-SNAPSHOT'

mainClassName = 'com.glencoesoftware.pyramid.PyramidFromDirectoryWriter'
sourceCompatibility = 1.8
Expand Down

0 comments on commit b3d0a33

Please sign in to comment.