Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichop committed Jul 5, 2021
1 parent 8e4d5e2 commit 1a379a1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [x.y.z](https://github.com/sushichop/cordova-plugin-wifi-manager/releases/tag/x.y.z) (yyyy-mm-dd)
## [0.4.0](https://github.com/sushichop/cordova-plugin-wifi-manager/releases/tag/0.4.0) (2021-07-05)

- Update `package.json` and plugin interfaces. [#24](https://github.com/sushichop/cordova-plugin-wifi-manager/pull/24)
- Does not add json object in success callback. [#25](https://github.com/sushichop/cordova-plugin-wifi-manager/pull/25)
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-wifi-manager",
"version": "0.3.0",
"version": "0.4.0",
"description": "Wi-Fi Manager Plugin for Apache Cordova",
"engines": {
"node": ">= 12"
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="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-wifi-manager" version="0.3.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-wifi-manager" version="0.4.0">
<name>WiFiManager</name>
<description>Wi-Fi Manager Plugin for Apache Cordova</description>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion tests/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="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-wifi-manager-tests" version="0.3.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-wifi-manager-tests" version="0.4.0">
<name>WiFiManager Tests</name>
<description>Wi-Fi Manager Plugin Tests</description>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for cordova-plugin-wifi-manager 0.3.0
// Type definitions for cordova-plugin-wifi-manager 0.4.0
// Project: https://github.com/sushichop/cordova-plugin-wifi-manager
// Definitions by: Koichi Yokota <https://github.com/sushichop>

Expand Down

0 comments on commit 1a379a1

Please sign in to comment.