Skip to content

Commit 0199164

Browse files
committed
Version bump.
1 parent fd7b4e8 commit 0199164

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v1.1.5](https://github.com/CandyCoded/env/tree/v1.1.5) - (2025-02-26)
4+
5+
[Full Changelog](https://github.com/CandyCoded/env/compare/v1.1.4...v1.1.5)
6+
7+
- [hotfix] Only created resources dir if env file exists. [#16](https://github.com/CandyCoded/env/pull/16)
8+
39
## [v1.1.4](https://github.com/CandyCoded/env/tree/v1.1.4) - (2025-02-26)
410

511
[Full Changelog](https://github.com/CandyCoded/env/compare/v1.1.3...v1.1.4)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
```json
1414
{
1515
"dependencies": {
16-
"xyz.candycoded.env": "https://github.com/CandyCoded/env.git#v1.1.4",
16+
"xyz.candycoded.env": "https://github.com/CandyCoded/env.git#v1.1.5",
1717
...
1818
}
1919
}
@@ -24,7 +24,7 @@
2424
```json
2525
{
2626
"dependencies": {
27-
"xyz.candycoded.env": "1.1.4",
27+
"xyz.candycoded.env": "1.1.5",
2828
...
2929
},
3030
"scopedRegistries": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xyz.candycoded.env",
33
"displayName": "env",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"unity": "2019.1",
66
"unityRelease": "0f1",
77
"description": "Use .env files in your Unity projects.",

0 commit comments

Comments
 (0)