Skip to content

Commit ef14293

Browse files
committed
bumped version to 1.0.0-pre.4
1 parent 2a63899 commit ef14293

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this package are documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [1.0.0-pre.4] - 2023-??-??
7+
## [1.0.0-pre.4] - 2023-04-13
88
### Added
99
- Added "Labels" view. It shows bundles grouped by their label. The buildlayout.txt file doesn't include label information, therefore labels are fetched from the project instead. See [PR#4](https://github.com/pschraut/UnityAddressablesBuildLayoutExplorer/pull/4) for details. Thank you vandelpal for the contribution.
1010

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2022 Peter Schraut (http://www.console-dev.de)
3+
Copyright (c) 2021-2023 Peter Schraut (http://www.console-dev.de)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ In Unity's Package Manager, choose "Add package from git URL" and insert one of
2525

2626
| Version | Link |
2727
|----------|---------------|
28+
| 1.0.0-pre.4 | https://github.com/pschraut/UnityAddressablesBuildLayoutExplorer.git#1.0.0-pre.4 |
2829
| 1.0.0-pre.3 | https://github.com/pschraut/UnityAddressablesBuildLayoutExplorer.git#1.0.0-pre.3 |
2930
| 1.0.0-pre.2 | https://github.com/pschraut/UnityAddressablesBuildLayoutExplorer.git#1.0.0-pre.2 |
3031
| 1.0.0-pre.1 | https://github.com/pschraut/UnityAddressablesBuildLayoutExplorer.git#1.0.0-pre.1 |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.oddworm.addressablesbuildlayoutexplorer",
3-
"version": "1.0.0-pre.3",
3+
"version": "1.0.0-pre.4",
44
"displayName": "Addressables BuildLayout Explorer",
55
"description": "Addressables BuildLayout Explorer allows you to inspect the 'buildlayout.txt' file that Addressables generates when building content.\n\nYou can open the Addressables BuildLayout Explorer window from the main-menu under 'Window > Asset Management > Addressables > BuildLayout Explorer'.",
66
"unity": "2019.3",

0 commit comments

Comments
 (0)