Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ad12ceb

Browse files
authoredJul 5, 2023
Merge pull request #13 from ashblue/develop
Release fix
2 parents e6ac4a4 + 4695fd3 commit ad12ceb

File tree

7 files changed

+10
-703
lines changed

7 files changed

+10
-703
lines changed
 
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
1-
MIT License
2-
3-
Copyright (c) 2023 Ash Blue
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
Edit LICENSE.md in root, contents will be replaced.

‎Assets/com.fluid.elastic-inventory/README.md

Lines changed: 1 addition & 648 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,12 @@
11
{
22
"name": "com.fluid.elastic-inventory",
3-
"version": "1.0.0",
3+
"version": "0.0.0",
44
"displayName": "Elastic Inventory",
55
"description": "A simple inventory micro-framework built with extendability in mind",
66
"unity": "2022.2",
77
"dependencies": {
8-
"com.fluid.simple-settings": "1.0.1",
9-
"com.fluid.database": "2.1.0"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/ashblue/unity-elastic-inventory.git"
14-
},
15-
"license": "MIT",
16-
"bugs": {
17-
"url": "https://github.com/ashblue/unity-elastic-inventory/issues"
18-
},
19-
"homepage": "https://github.com/ashblue/unity-elastic-inventory#readme",
20-
"keywords": [
21-
"unity3d",
22-
"unity package",
23-
"upm",
24-
"inventory",
25-
"inventory management"
26-
],
27-
"author": {
28-
"name": "Ash Blue",
29-
"email": "ash@clevercrowgames.com",
30-
"url": "https://blueashes.com"
8+
"com.fluid.simple-settings": "1.0.1",
9+
"com.fluid.database": "2.1.0",
10+
"com.fluid.unity-event-plus": "1.2.0"
3111
}
3212
}

‎CHANGELOG.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Elastic Inventory is used through [Unity's Package Manager](https://docs.unity3d
110110
}
111111
],
112112
"dependencies": {
113-
"com.fluid.elastic-inventory": "1.0.0"
113+
"com.fluid.elastic-inventory": "1.0.1"
114114
}
115115
}
116116
```

‎package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.fluid.elastic-inventory",
3-
"version": "1.0.0",
3+
"version": "0.0.0",
44
"unity": "2022.2",
55
"displayName": "Elastic Inventory",
66
"description": "A simple inventory micro-framework built with extendability in mind",

0 commit comments

Comments
 (0)
Please sign in to comment.