Skip to content

Commit

Permalink
bump version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinitri committed Apr 30, 2024
1 parent 20804f8 commit eec3413
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

Cordova plugin wrapper for [Spectrum](https://libspectrum.io/) image compression library

**Removal of Spectrum**
cordova-ios 7 will no longer support framework tag for pod installation and Spectrum sdk is no more maintained and will not provide support for its SDK to use framework. The compression logics have been replaced by native api for both platforms.


**Supported Platforms**
- iOS
- Android
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spoonconsulting/cordova-plugin-spectrum",
"version": "1.0.3",
"version": "2.0.0",
"description": "Cordova plugin for Spectrum image compression library",
"cordova": {
"id": "@spoonconsulting/cordova-plugin-spectrum",
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 @@
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="@spoonconsulting/cordova-plugin-spectrum"
version="1.0.3">
version="2.0.0">

<name>cordova-plugin-spectrum</name>
<description>Cordova plugin for Spectrum image transcoding library</description>
Expand Down

0 comments on commit eec3413

Please sign in to comment.