Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
viskin committed Dec 7, 2018
1 parent 012feb0 commit dca6f52
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
80 changes: 40 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"name": "cordova-plugin-photo-library",
"version": "2.1.1",
"description": "Plugin that just gets photos from the gallery",
"main": "index.js",
"scripts": {
"test:android": "cordova-paramedic --platform android --plugin . --verbose",
"test:ios": "cordova-paramedic --platform ios --plugin . --verbose",
"test": "echo \"Run tests with https://github.com/terikon/cordova-plugin-photo-library-tester, or run test:android or test:ios.\" && exit 1",
"copy-test-images:android:emulator": "adb -e push tests/test-images /mnt/sdcard/DCIM && adb -e shell am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///sdcard",
"copy-test-images:ios:simulator": "xcrun simctl addmedia booted tests/test-images/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terikon/cordova-plugin-photo-library.git"
},
"author": {
"name": "Roman Viskin",
"email": "[email protected]",
"url": "http://il.linkedin.com/in/romanviskin"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/terikon/cordova-plugin-photo-library/issues"
},
"homepage": "https://github.com/terikon/cordova-plugin-photo-library#readme",
"devDependencies": {
"eslint": "^3.14.1",
"@types/cordova": "^0.0.34",
"@types/jasmine": "^2.5.41",
"es5-shim": "4.5.9",
"es6-shim": "0.35.3",
"es7-shim": "6.0.0",
"blueimp-canvastoblob": "2.1.0",
"cordova-paramedic": "https://github.com/apache/cordova-paramedic.git"
},
"dependencies": {
"async": "^2.1.4"
}
}
{
"name": "cordova-plugin-photo-library",
"version": "2.2.0",
"description": "Plugin that just gets photos from the gallery",
"main": "index.js",
"scripts": {
"test:android": "cordova-paramedic --platform android --plugin . --verbose",
"test:ios": "cordova-paramedic --platform ios --plugin . --verbose",
"test": "echo \"Run tests with https://github.com/terikon/cordova-plugin-photo-library-tester, or run test:android or test:ios.\" && exit 1",
"copy-test-images:android:emulator": "adb -e push tests/test-images /mnt/sdcard/DCIM && adb -e shell am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///sdcard",
"copy-test-images:ios:simulator": "xcrun simctl addmedia booted tests/test-images/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terikon/cordova-plugin-photo-library.git"
},
"author": {
"name": "Roman Viskin",
"email": "[email protected]",
"url": "http://il.linkedin.com/in/romanviskin"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/terikon/cordova-plugin-photo-library/issues"
},
"homepage": "https://github.com/terikon/cordova-plugin-photo-library#readme",
"devDependencies": {
"eslint": "^3.14.1",
"@types/cordova": "^0.0.34",
"@types/jasmine": "^2.5.41",
"es5-shim": "4.5.9",
"es6-shim": "0.35.3",
"es7-shim": "6.0.0",
"blueimp-canvastoblob": "2.1.0",
"cordova-paramedic": "https://github.com/apache/cordova-paramedic.git"
},
"dependencies": {
"async": "^2.1.4"
}
}
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-photo-library" version="2.1.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-plugin-photo-library" version="2.2.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>Photo Library</name>
<js-module src="www/PhotoLibrary.js" name="PhotoLibrary">
<clobbers target="cordova.plugins.photoLibrary" />
Expand Down

0 comments on commit dca6f52

Please sign in to comment.