Skip to content

Commit

Permalink
bump runtime version (#1342)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update package.json
  • Loading branch information
vmutafov authored Apr 4, 2019
1 parent b52da08 commit 70c0e9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
5.3.1
==
## Bug Fixes
- [5.3 build failing (Android) (#1329)](https://github.com/NativeScript/android-runtime/issues/1329)
- [fix(build): Correct dependencies of `cleanupAllJars` gradle task (#1338)](https://github.com/NativeScript/android-runtime/pull/1338)

5.3.0
==

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tns-android",
"description": "NativeScript Runtime for Android",
"version": "5.3.0",
"version": "5.3.1",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/android-runtime.git"
Expand Down

0 comments on commit 70c0e9b

Please sign in to comment.