Skip to content

Commit 030f2dd

Browse files
committed
Bump version to 2.0.3
1 parent 4f39df0 commit 030f2dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Dan Michael O. Heggø
3+
Copyright (c) 2016 Dan Michael O. Heggø
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-appinfo",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Cordova plugin to access app info (version number, identifier, build)",
55
"cordova": {
66
"id": "cordova-plugin-appinfo",

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-appinfo"
5-
version="2.0.2">
5+
version="2.0.3">
66

77
<name>AppInfo Plugin</name>
88
<description>

0 commit comments

Comments
 (0)