From 56ef6dd7f7ede34902a7a0a828bfdee4e700ebc0 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 17 Jul 2018 09:28:41 -0700 Subject: [PATCH] v0.5.1 Summary: New release. No notable changes apart from build updates. Re: https://github.com/facebook/SoLoader/issues/13 Reviewed By: muraziz Differential Revision: D8875920 fbshipit-source-id: 949d819c005138f8cc5a14a5188fb4546d68689a --- PROJECT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROJECT b/PROJECT index 623c084..eef2f3a 100644 --- a/PROJECT +++ b/PROJECT @@ -2,7 +2,7 @@ NAME = 'SoLoader' GROUP = 'com.facebook.soloader' ARTIFACT = 'soloader' -VERSION='0.5.0' +VERSION='0.5.1' DESCRIPTION = "Reliable native code loader for Android" URL = 'https://github.com/facebook/soloader'