Skip to content

Commit ee85e6c

Browse files
🔀 Merge develop into main (pull request #4)
# Project changes (internal) - Use LSL's information in the package's "author" section. - Update links following repository organization transfer in: - README. - `package.json`
2 parents 2682853 + 37b8e5e commit ee85e6c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.lazysquirrellabs.minmaxrangeattribute",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"displayName": "Min/max range attribute",
55
"description": "A bounded (i.e., with a minimum and maximum) range attribute for Unity's Vector2 and Vector2Int fields.",
66
"unity": "2021.3",
7-
"documentationUrl": "https://github.com/matheusamazonas/min_max_range_attribute",
8-
"changelogUrl": "https://github.com/matheusamazonas/min_max_range_attribute/releases",
9-
"licensesUrl": "https://github.com/matheusamazonas/min_max_range_attribute/LICENSE",
7+
"documentationUrl": "https://minmax.matheusamazonas.net",
8+
"changelogUrl": "https://github.com/lazysquirrellabs/min_max_range_attribute/releases",
9+
"licensesUrl": "https://github.com/lazysquirrellabs/min_max_range_attribute/LICENSE",
1010
"keywords": [
1111
"editor",
1212
"attribute",
@@ -15,8 +15,8 @@
1515
"range"
1616
],
1717
"author": {
18-
"name": "Matheus Amazonas",
19-
"email": "matheus.amazonas@gmail.com",
20-
"url": "https://matheusamazonas.net"
18+
"name": "Lazy Squirrel Labs",
19+
"email": "contact@lslabs.dev",
20+
"url": "https://lslabs.dev"
2121
}
2222
}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This approach uses Unity's Package Manager to add the attribute to your project
6969

7070
Next, enter the following in the "URL" input field to install the latest version of the attribute:
7171
```
72-
https://github.com/matheusamazonas/min_max_range_attribute.git?path=Assets/Libraries/MinMaxRangeAttribute#latest
72+
https://github.com/lazysquirrellabs/min_max_range_attribute.git?path=Assets/Libraries/MinMaxRangeAttribute#latest
7373
```
7474
Finally, click on the "Add" button. The importing process should start automatically. Once it's done, the attribute can be used in your project.
7575

@@ -84,10 +84,10 @@ Once the importing process is complete, the attribute can be used in your projec
8484
The Min/max Range Attribute requires Unity 2021.3.X or above, its target API compatibility level is .NET Standard 2.1, and it does not depend on any other packages.
8585

8686
## Contributing
87-
If you would like to report e bug, please create an [issue](https://github.com/matheusamazonas/min_max_range_attribute/issues). If you would like to contribute with bug fixing or small improvements, please open a Pull Request. If you would like to contribute with a new feature, [contact the developer](https://matheusamazonas.net/contact.html).
87+
If you would like to report a bug, please create an [issue](https://github.com/lazysquirrellabs/min_max_range_attribute/issues). If you would like to contribute with bug fixing or small improvements, please open a Pull Request. If you would like to contribute with a new feature, [contact the developer](https://matheusamazonas.net/contact.html).
8888

8989
## Getting help
90-
Use the [issues page](https://github.com/matheusamazonas/min_max_range_attribute/issues) if there's a problem with your setup, if something isn't working as expected, or if you would like to ask questions about the tool and its usage.
90+
Use the [issues page](https://github.com/lazysquirrellabs/min_max_range_attribute/issues) if there's a problem with your setup, if something isn't working as expected, or if you would like to ask questions about the tool and its usage.
9191

9292
## License
93-
Min/max Range Attribute is distributed under the terms of the MIT license. For more information, check the [LICENSE](https://github.com/matheusamazonas/min_max_range_attribute/blob/main/LICENSE) file in this repository.
93+
Min/max Range Attribute is distributed under the terms of the MIT license. For more information, check the [LICENSE](https://github.com/lazysquirrellabs/min_max_range_attribute/blob/main/LICENSE) file in this repository.

0 commit comments

Comments
 (0)