We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a38da3 commit c6951bcCopy full SHA for c6951bc
README.md
@@ -13,7 +13,7 @@
13
```json
14
{
15
"dependencies": {
16
- "xyz.candycoded.env": "https://github.com/CandyCoded/env.git#v1.0.0",
+ "xyz.candycoded.env": "https://github.com/CandyCoded/env.git#v1.1.0",
17
...
18
}
19
@@ -24,7 +24,7 @@
24
25
26
27
- "xyz.candycoded.env": "1.0.0",
+ "xyz.candycoded.env": "1.1.0",
28
29
},
30
"scopedRegistries": [
package.json
@@ -1,7 +1,7 @@
1
2
"name": "xyz.candycoded.env",
3
"displayName": "env",
4
- "version": "1.0.0",
+ "version": "1.1.0",
5
"unity": "2019.1",
6
"unityRelease": "0f1",
7
"description": "Use .env files in your Unity projects.",
0 commit comments