Skip to content

Commit

Permalink
Bump up the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Mar 17, 2023
1 parent cddaa01 commit a14f635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-em-unifiedlogger",
"version": "1.3.5",
"version": "1.3.6",
"description": "Simple package that stores all the connection settings that need to be configured",
"license": "BSD-3-clause",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="cordova-plugin-em-unifiedlogger"
version="1.3.5">
version="1.3.6">

<name>UnifiedLogger</name>
<description>Log messages from both native code and javacript. Since this is
Expand Down

0 comments on commit a14f635

Please sign in to comment.