Skip to content

Commit

Permalink
Version bump --versión 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
busenm committed Mar 7, 2019
1 parent d294bc3 commit 1343e49
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": "kunder-cordova-plugin-webview",
"version": "2.7.1",
"version": "2.8.0",
"description": "This cordova plugin enables you to open a second webview in your app. This webview is totally independent from the main webview, but allows you tu access plugins and other Cordova resources. It's possible to modify this plugin to allow multiple webviews.",
"cordova": {
"id": "kunder-cordova-plugin-webview",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="kunder-cordova-plugin-webview"
version="2.7.1">
version="2.8.0">
<name>Cordova Second Webview</name>
<author href="http://kunder.cl">kunder</author>
<description>
Expand Down

0 comments on commit 1343e49

Please sign in to comment.