Skip to content

Commit

Permalink
Merge pull request #545 from brunobowden/version
Browse files Browse the repository at this point in the history
v0.5.0-alpha
  • Loading branch information
brunobowden committed Oct 25, 2015
2 parents 718a965 + 961fbeb commit 2dbc64f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ task wrapper(type: Wrapper) {
group = 'com.github.j2objccontrib.j2objcgradle'

// A suffix of -SNAPSHOT means this is not an official release of the
// system, but built from an intermediate source tree. See
// CONTRIBUTING.md on how to update this version number.
version = '0.4.4-alpha-SNAPSHOT'
// system, but built from an intermediate source tree. Instructions:
// https://github.com/j2objc-contrib/j2objc-gradle/blob/master/CONTRIBUTING.md#publishing-and-versioning
version = '0.5.0-alpha'

test {
testLogging {
Expand Down

0 comments on commit 2dbc64f

Please sign in to comment.