From 1d9b8a3944e2def080b76cee958bff5b6ba12c25 Mon Sep 17 00:00:00 2001
From: github-bot <github-bot@users.noreply.github.com>
Date: Thu, 12 Oct 2023 18:39:14 +0000
Subject: [PATCH] fix: Samples => Samples~ and commit a new version: 0.1.2

---
 .env         | 6 +-----
 VERSION.md~  | 1 +
 package.json | 2 +-
 3 files changed, 3 insertions(+), 6 deletions(-)
 create mode 100644 VERSION.md~

diff --git a/.env b/.env
index 2697c48..c54d967 100644
--- a/.env
+++ b/.env
@@ -1,5 +1 @@
-# ---------------------
-# dotenv: Environment variables
-# to be used inside of npm scripts
-# ---------------------
-REPOSITORY_ROOT=../..
\ No newline at end of file
+REPOSITORY_ROOT=.
diff --git a/VERSION.md~ b/VERSION.md~
new file mode 100644
index 0000000..d917d3e
--- /dev/null
+++ b/VERSION.md~
@@ -0,0 +1 @@
+0.1.2
diff --git a/package.json b/package.json
index 9ca160a..614cb39 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
 	"displayName": "Vibration",
 	"description": "Native free plugin for Unity for Android, iOS and WebGL. Use custom vibrations/haptics on mobile.",
 	"unity": "2019.3",
-	"version": "0.1.3",
+	"version": "0.1.2",
 	"keywords": [],
 	"devDependencies": {
 		"cross-var": "^1.1.0",