Skip to content

Commit d9bd231

Browse files
committed
Bump version to 1.0.3
1 parent de3be54 commit d9bd231

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Install via [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui-gitur
1515
using this repository URL and tag:
1616

1717
```
18-
https://github.com/gilzoide/unity-gradle-wrapper.git#1.0.2
18+
https://github.com/gilzoide/unity-gradle-wrapper.git#1.0.3
1919
```
2020

2121
Alternatively, add the following into your `Packages/manifest.json` file:
@@ -24,7 +24,7 @@ Alternatively, add the following into your `Packages/manifest.json` file:
2424
{
2525
"dependencies": {
2626
// ...
27-
"com.gilzoide.gradle-wrapper": "https://github.com/gilzoide/unity-gradle-wrapper.git#1.0.2",
27+
"com.gilzoide.gradle-wrapper": "https://github.com/gilzoide/unity-gradle-wrapper.git#1.0.3",
2828
// ...
2929
}
3030
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.gilzoide.gradle-wrapper",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Generates a Gradle Wrapper (gradlew) when exporting Android projects.\n\nJust choose the desired version in Gradle Wrapper Project Settings and that's it!\nThe plugin will use the Java and Gradle configured in Unity for generating the wrapper, so there's no need to configure anything else.",
55
"displayName": "Gradle Wrapper Generator",
66
"unity": "2018.2",
77
"license": "Unlicense",
88
"author": {
99
"name": "Gil Reis"
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)