Skip to content

Commit 7770c66

Browse files
Updated repo info
1 parent 81a194f commit 7770c66

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v1.0.2 - August 13, 2020
4+
- Updated repo info
5+
36
## v1.0.1 - August 13, 2020
47
- Updated readme
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-camera-preview-fragment",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Cordova plugin that allows camera interaction from HTML code for showing camera preview below or on top of the HTML.",
55
"keywords": [
66
"cordova",

plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<plugin id="cordova-plugin-camera-preview-fragment" version="1.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
3+
<plugin id="cordova-plugin-camera-preview-fragment" version="1.0.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
44

55
<name>cordova-plugin-camera-preview-fragment</name>
66
<description>Cordova plugin that allows camera interaction from HTML code. Show camera preview popup on top of the HTML.</description>
77
<license>Apache 2.0</license>
88
<keywords>cordova,phonegap,ecosystem:cordova,cordova-android,cordova-ios,android,ios,ionic,camera,cam,camera-preview,preview</keywords>
9-
<repo>https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview.git</repo>
10-
<issue>https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview/issues</issue>
9+
<repo>https://github.com/ReallySmallSoftware/cordova-plugin-camera-preview-fragment.git</repo>
10+
<issue>https://github.com/ReallySmallSoftware/cordova-plugin-camera-preview-fragment/issues</issue>
1111

1212
<js-module src="www/CameraPreview.js" name="CameraPreview">
1313
<clobbers target="CameraPreview" />

0 commit comments

Comments
 (0)