Skip to content

Commit 876b25b

Browse files
authored
bump storage to v1.1.0 (#40)
1 parent 41c9fdd commit 876b25b

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

Packages/MobileSupportStorage/CHANGELOG.md

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

3+
## v1.1.0 - 2026/02/19
4+
5+
- New Features :rocket:
6+
- Windows: added support for Windows Standalone platform
7+
38
## v1.0.2 - 2025/10/17
49

510
- Bug Fixes :bug:

Packages/MobileSupportStorage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Or, open `Packages/manifest.json` and add the following to the dependencies bloc
5858

5959
If you want to set the target version, write as follows.
6060

61-
- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportStorage#storage/1.0.2
61+
- https://github.com/CyberAgentGameEntertainment/UnityMobileSupport.git?path=/Packages/MobileSupportStorage#storage/1.1.0
6262

6363
Note that if you get a message like `No 'git' executable was found. Please install Git on your system and restart Unity`, you will need to set up Git on your machine.
6464

Packages/MobileSupportStorage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jp.co.cyberagent.unity-mobile-support-storage",
33
"displayName": "Mobile Support - Storage",
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"unity": "2019.4",
66
"description": "Tools to support storage of mobile like iOS/Android.",
77
"keywords": [

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Scripts ars split into multiple packages, so choose packages what you only need.
77

88
| Package | Description | Latest Version | Readme Link | Changelog Link |
99
|-------------|------------------------------------------------------|----------------|----------------------------------------------------------|----------------------------------------------------------------|
10-
| Storage | Functions to retrive information about storage | v1.0.2 | [README.md](Packages/MobileSupportStorage/README.md) | [CHANGELOG.md](Packages/MobileSupportStorage/CHANGELOG.md) |
11-
| Thermal | Functions to retrive information about thermal | v2.0.2 | [README.md](Packages/MobileSupportThermal/README.md) | [CHANGELOG.md](Packages/MobileSupportThermal/CHANGELOG.md) |
10+
| Storage | Functions to retrieve information about storage | v1.1.0 | [README.md](Packages/MobileSupportStorage/README.md) | [CHANGELOG.md](Packages/MobileSupportStorage/CHANGELOG.md) |
11+
| Thermal | Functions to retrieve information about thermal | v2.0.2 | [README.md](Packages/MobileSupportThermal/README.md) | [CHANGELOG.md](Packages/MobileSupportThermal/CHANGELOG.md) |
1212
| AndroidGame | Functions to integrate with Android GameManager APIs | v1.1.0 | [README.md](Packages/MobileSupportAndroidGame/README.md) | [CHANGELOG.md](Packages/MobileSupportAndroidGame/CHANGELOG.md) |
1313
| QualityTuner | Package to get hardware specs and tool to decide quality level | v1.3.0 | [README.md](Packages/MobileSupportQualityTuner/README.md) | [CHANGELOG.md](Packages/MobileSupportQualityTuner/CHANGELOG.md) |

0 commit comments

Comments
 (0)