From 3d410e177cf1cdf8b606be5f51b6b31bb963a4cb Mon Sep 17 00:00:00 2001 From: AkaraSellegg <55230837+richeyphu@users.noreply.github.com> Date: Tue, 27 Jun 2023 06:42:28 +0700 Subject: [PATCH] bump version to `0.1.2` --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 304361d..480018e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Get Motivated", "description": "Stop hornie, be motivated.", - "version": "0.1.1", + "version": "0.1.2", "author": "Phu & Unn", "manifest_version": 3, "icons": { diff --git a/package.json b/package.json index 53877a0..a511fea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-motivated", - "version": "0.1.1", + "version": "0.1.2", "description": "Stop hornie, be motivated.", "main": "index.js", "type": "module",