Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 committed Mar 12, 2020
1 parent 7149bf4 commit e1e0162
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.0.1

1. Fix: Fixed plugin crash after recording is stopped if `autoRecord` is set to `true` https://github.com/Ziggeo/Android-Client-SDK/issues/33
2. Improvement: Not creating instance of `Ziggeo` if already created to save resources and speed-up performance.

## 1.0.0

1. Feature: Added option to show a confirmation dialogue before stopping the recording.
Expand Down
2 changes: 1 addition & 1 deletion 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": "cordova-plugin-ziggeo",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cordova wrapper around Ziggeo's native SDKs",
"scripts": {
"version": "node ./bump-version.js && git add plugin.xml",
Expand Down
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 xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-ziggeo" version="1.0.0"
<plugin xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-ziggeo" version="1.0.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0">

<name>Ziggeo Recorder and Player</name>
Expand Down

0 comments on commit e1e0162

Please sign in to comment.