Bump the version for a new release

This commit is contained in:
R. Tyler Croy 2015-08-15 12:21:32 -07:00
parent b19ea27e16
commit dbf2c8970b
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ apply plugin: 'groovy'
apply plugin: 'maven'
apply plugin: 'com.jfrog.bintray'
version = '0.1.5'
version = '0.1.6'
group = 'com.github.jrubygradle'
description = 'A library for managing Ruby gems'
defaultTasks 'check', 'assemble'

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |s|
s.name = 'jems'
s.version = '0.1.5'
s.version = '0.1.6'
s.authors = ['Christian Meier']
s.summary = 'JRuby Jems'
s.files = ['jems.gemspec', 'lib/jems.rb']