From 629daa8bc23ccb7eb3b788401c3aa1ec09be76df Mon Sep 17 00:00:00 2001 From: IACHI Dimitri Date: Thu, 4 Jan 2024 13:43:14 +0100 Subject: [PATCH] Update version to 1.0.0 in package.json and README.md The version number of the capacitor-plugin-asam has been updated from 0.0.1 to 1.0.0. Both the package.json file and the version badge in the README.md file have been updated to reflect this change. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 722006e..3959f0d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Capacitor Plugin ASAM (Autonomous Single App Mode) -![Release : 1.0 ](https://img.shields.io/github/package-json/v/dimer47/capacitor-plugin-asam?color=red&style=flat-square) ![Last update](https://img.shields.io/github/last-commit/dimer47/capacitor-plugin-asam?color=yellow&label=Last%20update&style=flat-square) ![Dependency size](https://img.shields.io/bundlephobia/minzip/capacitor-plugin-asam?color=green&label=dependency%20size&style=flat-square) ![Repo size](https://img.shields.io/github/repo-size/dimer47/capacitor-plugin-asam?style=flat-square) ![Downloads](https://img.shields.io/npm/dt/capacitor-plugin-asam?style=flat-square) ![License](https://img.shields.io/github/license/dimer47/capacitor-plugin-asam?style=flat-square) +![Release : 1.0.0 ](https://img.shields.io/github/package-json/v/dimer47/capacitor-plugin-asam?color=red&style=flat-square) ![Last update](https://img.shields.io/github/last-commit/dimer47/capacitor-plugin-asam?color=yellow&label=Last%20update&style=flat-square) ![Dependency size](https://img.shields.io/bundlephobia/minzip/capacitor-plugin-asam?color=green&label=dependency%20size&style=flat-square) ![Repo size](https://img.shields.io/github/repo-size/dimer47/capacitor-plugin-asam?style=flat-square) ![Downloads](https://img.shields.io/npm/dt/capacitor-plugin-asam?style=flat-square) ![License](https://img.shields.io/github/license/dimer47/capacitor-plugin-asam?style=flat-square) **⚠️ Only for iOS devices** diff --git a/package.json b/package.json index 8d0d4ae..e1bb345 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capacitor-plugin-asam", - "version": "0.0.1", + "version": "1.0.0", "description": "Easily integrate Autonomous Single App Mode in your app, allowing it to control Single App Mode sessions for focused, distraction-free user experiences. Ideal for educational, testing, or kiosk applications.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",