From 474795fa9ff0dda60b838871171be935432bae16 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Tue, 24 Sep 2024 03:20:05 -0700 Subject: [PATCH] Prepare version 0.7.0 (#100) Summary: Pull Request resolved: https://github.com/facebookincubator/fbjni/pull/100 This just bumps the version of fbjni ahead of a new public release. Reviewed By: alanleedev Differential Revision: D63264478 fbshipit-source-id: 4800ff3c02035e75d416257ea6ffe96bb63d4dd1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cc93717..2cfe432 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ # in the root directory of this source tree. # POM publishing constants -VERSION_NAME=0.6.1-SNAPSHOT +VERSION_NAME=0.7.0 GROUP=com.facebook.fbjni SONATYPE_STAGING_PROFILE=comfacebook SONATYPE_HOST=DEFAULT