We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 718a965 + 961fbeb commit 2dbc64fCopy full SHA for 2dbc64f
build.gradle
@@ -38,9 +38,9 @@ task wrapper(type: Wrapper) {
38
group = 'com.github.j2objccontrib.j2objcgradle'
39
40
// A suffix of -SNAPSHOT means this is not an official release of the
41
-// system, but built from an intermediate source tree. See
42
-// CONTRIBUTING.md on how to update this version number.
43
-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'
44
45
test {
46
testLogging {
0 commit comments