Skip to content

Commit

Permalink
Update npm version
Browse files Browse the repository at this point in the history
This release contains a less hardcoded way to get the default font on
Android. No other changes.
  • Loading branch information
eb1 committed Oct 12, 2016
1 parent a0f0ef3 commit 6aeffaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-fonts",
"version": "0.6.0",
"version": "0.6.5",
"description": "Cordova Fonts plugin",
"keywords": [
"cordova",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-fonts"
version="0.6.0"
version="0.6.5"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android">
Expand Down

0 comments on commit 6aeffaf

Please sign in to comment.