Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichop committed Jan 1, 2022
1 parent 2fb0d0f commit 7288322
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## [x.y.z](https://github.com/sushichop/cordova-plugin-wifi-manager/releases/tag/x.y.z) (yyyy-mm-dd)
## [0.4.2](https://github.com/sushichop/cordova-plugin-wifi-manager/releases/tag/0.4.2) (2022-01-01)

- Update ESLint and Prettier. [#29](https://github.com/sushichop/cordova-plugin-wifi-manager/pull/29)
- Unbind process from network on disconnect on Android Q. [#32](https://github.com/sushichop/cordova-plugin-wifi-manager/pull/32)

## [0.4.1](https://github.com/sushichop/cordova-plugin-wifi-manager/releases/tag/0.4.1) (2021-07-09)

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018-2021 Koichi Yokota
Copyright (c) 2018-2022 Koichi Yokota

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.1",
"version": "0.4.2",
"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.1">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-wifi-manager" version="0.4.2">
<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.1",
"version": "0.4.2",
"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.1",
"version": "0.4.2",
"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.1">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-wifi-manager-tests" version="0.4.2">
<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.1
// Type definitions for cordova-plugin-wifi-manager 0.4.2
// Project: https://github.com/sushichop/cordova-plugin-wifi-manager
// Definitions by: Koichi Yokota <https://github.com/sushichop>

Expand Down

0 comments on commit 7288322

Please sign in to comment.