From d05555d74d9f22ba3cf9e03dbbb0f7c794057fb3 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 29 Jan 2021 05:14:25 -0800 Subject: [PATCH] v0.10.0 Summary: Preparing for a new release. Reviewed By: nikoant Differential Revision: D26129696 fbshipit-source-id: 8f4584164f1229306c529985a7affd472047b0c4 --- artifacts/ANNOTATION | 2 +- artifacts/NATIVELOADER | 2 +- artifacts/SOLOADER | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/artifacts/ANNOTATION b/artifacts/ANNOTATION index 54c9f13..2716a00 100644 --- a/artifacts/ANNOTATION +++ b/artifacts/ANNOTATION @@ -3,7 +3,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'annotation' PACKAGING = 'jar' -VERSION='0.9.0' +VERSION='0.10.0' DESCRIPTION = "DoNotOptimize class" URL = 'https://github.com/facebook/soloader' diff --git a/artifacts/NATIVELOADER b/artifacts/NATIVELOADER index 64ff806..00e848d 100644 --- a/artifacts/NATIVELOADER +++ b/artifacts/NATIVELOADER @@ -3,7 +3,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'nativeloader' PACKAGING = 'jar' -VERSION='0.9.0' +VERSION='0.10.0' DESCRIPTION = "Native code loading interface for Android" URL = 'https://github.com/facebook/soloader' diff --git a/artifacts/SOLOADER b/artifacts/SOLOADER index 84c037b..fa57f94 100644 --- a/artifacts/SOLOADER +++ b/artifacts/SOLOADER @@ -2,7 +2,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'soloader' -VERSION='0.9.0' +VERSION='0.10.0' DESCRIPTION = "Reliable native code loader for Android" URL = 'https://github.com/facebook/soloader'