Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichop committed Jul 9, 2021
1 parent cc6383a commit 1202fa1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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.1](https://github.com/sushichop/cordova-plugin-wifi-manager/releases/tag/0.4.1) (2021-07-09)

- Add sample code. [#28](https://github.com/sushichop/cordova-plugin-wifi-manager/pull/28)

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.4.0",
"version": "0.4.1",
"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.4.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-wifi-manager" version="0.4.1">
<name>WiFiManager</name>
<description>Wi-Fi Manager Plugin for Apache Cordova</description>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-wifi-manager-app",
"version": "0.4.0",
"version": "0.4.1",
"description": "Wi-Fi Manager Plugin App",
"cordova": {
"id": "cordova-plugin-wifi-manager-app",
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-wifi-manager-tests",
"version": "0.4.0",
"version": "0.4.1",
"description": "Wi-Fi Manager Plugin Tests",
"cordova": {
"id": "cordova-plugin-wifi-manager-tests",
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.4.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-wifi-manager-tests" version="0.4.1">
<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.4.0
// Type definitions for cordova-plugin-wifi-manager 0.4.1
// Project: https://github.com/sushichop/cordova-plugin-wifi-manager
// Definitions by: Koichi Yokota <https://github.com/sushichop>

Expand Down

0 comments on commit 1202fa1

Please sign in to comment.