Skip to content

Commit b08b102

Browse files
author
Wesley Hartford
committed
Bump version to next snapshot
1 parent 60b04a2 commit b08b102

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
build
44
.idea
55
atlassian-ide-plugin.xml
6+
.gradletasknamecache

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33
apply plugin: 'maven-publish'
44

55
group = 'ca.cutterslade.gradle'
6-
version = '1.0.0'
6+
version = '1.0.1-SNAPSHOT'
77

88
repositories {
99
mavenLocal()

0 commit comments

Comments
 (0)