Skip to content

Commit 13524f1

Browse files
committed
Bump version number to 1.5.0 in Installer and update download links in README
1 parent 7c54ac0 commit 13524f1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Installer/Assets/com.IvanMurzak/Gyroscope Parallax Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace com.IvanMurzak.Unity.Gyroscope.Parallax.Installer
1515
public static partial class Installer
1616
{
1717
public const string PackageId = "extensions.unity.gyroscope.parallax";
18-
public const string Version = "1.4.1";
18+
public const string Version = "1.5.0";
1919

2020
static Installer()
2121
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Unity Parallax based on gyroscope components. Supported fake gyroscope for simul
3737

3838
### Option 1 - Installer
3939

40-
- **[⬇️ Download Installer](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/releases/download/1.4.1/Gyroscope-Parallax-Installer.unitypackage)**
40+
- **[⬇️ Download Installer](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/releases/download/1.5.0/Gyroscope-Parallax-Installer.unitypackage)**
4141
- **📂 Import installer into Unity project**
4242
> - You may use double click on the file - Unity will open it
4343
> - OR: You may open Unity Editor first, then click on `Assets/Import Package/Custom Package`, then choose the file

Unity-Package/Assets/root/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Unity Parallax based on gyroscope components. Supported fake gyroscope for simul
3737

3838
### Option 1 - Installer
3939

40-
- **[⬇️ Download Installer](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/releases/download/1.4.1/Gyroscope-Parallax-Installer.unitypackage)**
40+
- **[⬇️ Download Installer](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/releases/download/1.5.0/Gyroscope-Parallax-Installer.unitypackage)**
4141
- **📂 Import installer into Unity project**
4242
> - You may use double click on the file - Unity will open it
4343
> - OR: You may open Unity Editor first, then click on `Assets/Import Package/Custom Package`, then choose the file

Unity-Package/Assets/root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"email": "ivan.d.murzak@gmail.com",
77
"url": "https://github.com/IvanMurzak"
88
},
9-
"version": "1.4.1",
9+
"version": "1.5.0",
1010
"unity": "2019.2",
1111
"description": "A Unity plugin that enables parallax effects based on device gyroscope data. It allows you to create dynamic and immersive experiences by moving UI elements or game objects in response to device orientation changes. Perfect for adding depth and interactivity to your 2D and 3D projects.",
1212
"keywords": [

0 commit comments

Comments
 (0)