Skip to content

Commit

Permalink
Prepare for release 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Zurbrigg committed Sep 28, 2016
1 parent 3e76b7c commit 5a6290e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

Version 1.0.0 *(2016-09-28)*
----------------------------

* Renamed Duktape.proxy and Duktape.bind to Duktape.get and Duktape.set.
* New: support for arguments of type Object between Java/JavaScript.
* New: support variadic (VarArgs) functions on Java/JavaScript calls.
* Fix: Make creation and use of a Duktape instance thread-safe.

Version 0.9.6 *(2016-08-31)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Download
--------

```groovy
compile 'com.squareup.duktape:duktape-android:0.9.6'
compile 'com.squareup.duktape:duktape-android:1.0.0'
```

This library is provided as a "fat" aar with native binaries for all available architectures. To
Expand Down
2 changes: 1 addition & 1 deletion upload-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.squareup.duktape</groupId>
<artifactId>duktape-android</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>aar</packaging>
<name>Duktape Android</name>
<description>The Duktape embeddable Javascript engine packaged for Android.</description>
Expand Down

0 comments on commit 5a6290e

Please sign in to comment.