Skip to content

Commit f6e0001

Browse files
chore(release): raise version to 1.0.0
1 parent 93874ea commit f6e0001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.outsystems.plugins.fileviewer",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "OutSystems Cordova Plugin to provide the functionality of a file viewer to mobile applications.",
55
"keywords": [
66
"ecosystem:cordova",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<plugin id="com.outsystems.plugins.fileviewer" version="0.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="com.outsystems.plugins.fileviewer" version="1.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33
<name>OSFileViewer</name>
44
<description>OutSystems Cordova Plugin to provide the functionality of a file viewer to mobile applications.</description>
55
<author>OutSystems Inc</author>

0 commit comments

Comments
 (0)