Skip to content

Commit

Permalink
Bump version to 4.0.1
Browse files Browse the repository at this point in the history
Prepare for a release.

Change-Id: I878fa619f68d60c6f8591c74cde91a34bd9b4f31
  • Loading branch information
cpetrov authored and Christian Petrov committed Feb 5, 2018
1 parent 7a3a57e commit 441657e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

## Version 4.0.1

* Fix marker image scaling on Android.

## Version 4.0.0

* Update tabris-plugin-maps to Tabris.js 2.2 custom widget API. This version is not compatible with Tabris.js 2.0 and 2.1 anymore.
Expand Down
2 changes: 1 addition & 1 deletion example/cordova/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<widget xmlns="http://www.w3.org/ns/widgets"
id="com.eclipsesource.tabris.maps.example"
version="4.0.0"
version="4.0.1"
android-packageName="com.eclipsesource.tabris.maps.example"
android-versionCode="2">
<name>Tabris.js Maps Plugin Example</name>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabris-plugin-maps",
"version": "4.0.0",
"version": "4.0.1",
"description": "A maps widget for Tabris.js",
"cordova": {
"id": "tabris-plugin-maps",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="tabris-plugin-maps"
version="4.0.0">
version="4.0.1">

<name>Tabris.js Maps Plugin</name>
<description>A maps widget for Tabris.js. It is based on Google Maps on Android and MapKit on iOS.</description>
Expand Down

0 comments on commit 441657e

Please sign in to comment.