Skip to content

Commit db0fa1b

Browse files
committed
Bump version to 1.5.1 and add default layout
Updated Installer.cs to version 1.5.1. Added a new default-2021.dwlt layout file for user settings. Updated README files with minor changes.
1 parent 09bd8a6 commit db0fa1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5.0";
18+
public const string Version = "1.5.1";
1919

2020
static Installer()
2121
{

README.md

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

3737
### Option 1 - Installer
3838

39-
- **[⬇️ Download Installer](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/releases/download/1.5.0/Gyroscope-Parallax-Installer.unitypackage)**
39+
- **[⬇️ Download Installer](https://github.com/IvanMurzak/Unity-Gyroscope-Parallax/releases/download/1.5.1/Gyroscope-Parallax-Installer.unitypackage)**
4040
- **📂 Import installer into Unity project**
4141
> - You may use double click on the file - Unity will open it
4242
> - 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
@@ -36,7 +36,7 @@ Unity Parallax based on gyroscope components. Supported fake gyroscope for simul
3636

3737
### Option 1 - Installer
3838

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

0 commit comments

Comments
 (0)