diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fe474..eb47936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## [4.3.0](https://github.com/palcaraz/bootstrap5-toggle/tree/v4.3.0) 2022-07-31 +## [4.3.0](https://github.com/palcaraz/bootstrap5-toggle/tree/v4.3.0) 2022-07-25 ### [Full Changelog](https://github.com/palcaraz/bootstrap4-toggle/compare/v4.2.0...v4.3.0) ### Added * feat: Distribution of ECMAS lib (#2) by @palcarazm in https://github.com/palcarazm/bootstrap5-toggle/pull/36 diff --git a/css/bootstrap5-toggle.css b/css/bootstrap5-toggle.css index 9fef6ed..5575ad9 100644 --- a/css/bootstrap5-toggle.css +++ b/css/bootstrap5-toggle.css @@ -1,5 +1,5 @@ /* Copyright Notice - * bootstrap5-toggle v4.2.0 + * bootstrap5-toggle v4.3.0 * https://palcarazm.github.io/bootstrap5-toggle/ * @author 2011-2014 Min Hur (https://github.com/minhur) * @author 2018-2019 Brent Ely (https://github.com/gitbrent) diff --git a/css/bootstrap5-toggle.min.css b/css/bootstrap5-toggle.min.css index afc479f..a1d8d81 100644 --- a/css/bootstrap5-toggle.min.css +++ b/css/bootstrap5-toggle.min.css @@ -1,5 +1,5 @@ /* Copyright Notice - * bootstrap5-toggle v4.2.0 + * bootstrap5-toggle v4.3.0 * https://palcarazm.github.io/bootstrap5-toggle/ * @author 2011-2014 Min Hur (https://github.com/minhur) * @author 2018-2019 Brent Ely (https://github.com/gitbrent) diff --git a/js/bootstrap5-toggle.ecmas.js b/js/bootstrap5-toggle.ecmas.js index 2ea8673..f6dbbb8 100644 --- a/js/bootstrap5-toggle.ecmas.js +++ b/js/bootstrap5-toggle.ecmas.js @@ -1,5 +1,5 @@ /* Copyright Notice - * bootstrap5-toggle v4.2.0 + * bootstrap5-toggle v4.3.0 * https://palcarazm.github.io/bootstrap5-toggle/ * @author 2011-2014 Min Hur (https://github.com/minhur) * @author 2018-2019 Brent Ely (https://github.com/gitbrent) diff --git a/js/bootstrap5-toggle.ecmas.min.js b/js/bootstrap5-toggle.ecmas.min.js index e213a50..5c30588 100644 --- a/js/bootstrap5-toggle.ecmas.min.js +++ b/js/bootstrap5-toggle.ecmas.min.js @@ -1,5 +1,5 @@ /* Copyright Notice - * bootstrap5-toggle v4.2.0 + * bootstrap5-toggle v4.3.0 * https://palcarazm.github.io/bootstrap5-toggle/ * @author 2011-2014 Min Hur (https://github.com/minhur) * @author 2018-2019 Brent Ely (https://github.com/gitbrent) diff --git a/js/bootstrap5-toggle.js b/js/bootstrap5-toggle.js index eaea062..ddd1e50 100644 --- a/js/bootstrap5-toggle.js +++ b/js/bootstrap5-toggle.js @@ -1,5 +1,5 @@ /* Copyright Notice - * bootstrap5-toggle v4.2.0 + * bootstrap5-toggle v4.3.0 * https://palcarazm.github.io/bootstrap5-toggle/ * @author 2011-2014 Min Hur (https://github.com/minhur) * @author 2018-2019 Brent Ely (https://github.com/gitbrent) diff --git a/js/bootstrap5-toggle.min.js b/js/bootstrap5-toggle.min.js index 8857791..45deb1f 100644 --- a/js/bootstrap5-toggle.min.js +++ b/js/bootstrap5-toggle.min.js @@ -1,5 +1,5 @@ /* Copyright Notice - * bootstrap5-toggle v4.2.0 + * bootstrap5-toggle v4.3.0 * https://palcarazm.github.io/bootstrap5-toggle/ * @author 2011-2014 Min Hur (https://github.com/minhur) * @author 2018-2019 Brent Ely (https://github.com/gitbrent) diff --git a/package.json b/package.json index 2853b23..7aaea60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap5-toggle", - "version": "4.2.0", + "version": "4.3.0", "author": { "name": "Pablo Alcaraz Martínez", "url": "https://github.com/palcarazm/"