From 2744d47afa9f3e51728375ce93f6841b1821c5c4 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 1 Jul 2019 04:04:02 -0700 Subject: [PATCH] v0.6.1 Summary: New release including these changes: https://github.com/facebook/SoLoader/compare/v0.6.0...master Primarily to update the license flag reported in https://github.com/facebook/SoLoader/issues/41 Reviewed By: jknoxville, danielbuechele Differential Revision: D16071641 fbshipit-source-id: 217eb7deebdb3acaa57eff7f2c694dfdb60f4f02 --- PROJECT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROJECT b/PROJECT index 524245f..bd4585a 100644 --- a/PROJECT +++ b/PROJECT @@ -2,7 +2,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'soloader' -VERSION='0.6.0' +VERSION='0.6.1' DESCRIPTION = "Reliable native code loader for Android" URL = 'https://github.com/facebook/soloader'