Skip to content

Commit

Permalink
Merge pull request #6 from Comcast/0.7
Browse files Browse the repository at this point in the history
Increment build number to 0.7
  • Loading branch information
dapp committed Aug 14, 2017
2 parents 4387692 + 918e4f5 commit 0b7e1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -14,14 +14,14 @@ allprojects {
}

group = 'com.xfinity'
version = '0.6'
version = '0.7'
}

ext {
projectName = 'Resource Provider'
artifactPrefix = 'resourceprovider'
groupId = 'com.xfinity'
uploadName = 'Resource-Provider'
publishVersion = '0.5'
publishVersion = '0.7'
description = 'First cut at a generated resource provider abstraction'
}

0 comments on commit 0b7e1b0

Please sign in to comment.