Skip to content

Commit 49c0695

Browse files
Release v0.4.3
1 parent aafb0a5 commit 49c0695

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</tr>
77
<tr>
88
<td>
9+
<a href="#0.4.3">0.4.3</a><br/>
910
<a href="#0.4.2">0.4.2</a><br/>
1011
<a href="#0.4.1">0.4.1</a><br/>
1112
<a href="#0.4.0">0.4.0</a><br/>
@@ -24,8 +25,19 @@
2425
</tr>
2526
</table>
2627

28+
<a id="0.4.3"></a>
29+
## 2019-06-10, Version 0.4.3 (Current)
30+
31+
### Notable Changes
32+
33+
* Fix a compatibility issue with newer versions of Gradle when building for Android.
34+
35+
### Commits
36+
37+
* [[`aafb0a5`](https://github.com/janeasystems/nodejs-mobile-react-native/commit/aafb0a56b6960b2b116ad9ef9b673738d99a4512)] - android: use input and output dir syntax in Gradle (Jaime Bernardo)
38+
2739
<a id="0.4.2"></a>
28-
## 2019-06-03, Version 0.4.2 (Current)
40+
## 2019-06-03, Version 0.4.2
2941

3042
### Notable Changes
3143

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"name": "nodejs-mobile-react-native",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"description": "Node.js for Mobile Apps React Native plugin",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)