Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 committed Mar 5, 2020
1 parent b5f8de6 commit 821658c
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

## 0.0.3

1. Added a new option to hide the control.
2. Added info about ZiggeoTheme

## 0.0.1, 0.0.2

1. Full screen Ziggeo recorder with basic options.
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": "0.0.2",
"version": "0.0.3",
"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="0.0.2"
<plugin xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-ziggeo" version="0.0.3"
xmlns="http://apache.org/cordova/ns/plugins/1.0">

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

0 comments on commit 821658c

Please sign in to comment.