Skip to content

Commit 23bd03a

Browse files
committed
fix: metadata
1 parent 3693852 commit 23bd03a

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.MD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [1.3.1]
8+
### Added
9+
- Added basic copy/paste functionality between colelctables
10+
811
### Changed
912
- Removed multiple `AssetDatabase.SaveAssets();` to improve general performance when adding / removing objects
1013
- Fixed indirect reference issues with the new Advanced Dropdown search
@@ -163,7 +166,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163166
- First initial working version
164167

165168
### [Unreleased]
166-
- Added ability to copy/paste collectable data
167169

168170
[1.3.1]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.3.1
169171
[1.3.0]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.3.0

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.brunomikoski.scriptableobjectcollection",
33
"displayName": "Scriptable Object Collection",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"unity": "2018.4",
66
"description": "Scriptable Object Collection",
77
"keywords": [
@@ -10,12 +10,12 @@
1010
"code generation"
1111
],
1212
"category": "editor extensions",
13-
"homepage": "https://github.com/badawe/ScriptableObjectCollection",
13+
"homepage": "https://github.com/brunomikoski/ScriptableObjectCollection",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/badawe/ScriptableObjectCollection.git"
16+
"url": "https://github.com/brunomikoski/ScriptableObjectCollection.git"
1717
},
18-
"bugs": "https://github.com/badawe/ScriptableObjectCollection/issues",
18+
"bugs": "https://github.com/brunomikoski/ScriptableObjectCollection/issues",
1919
"author": {
2020
"name": "Bruno Mikoski",
2121
"url": "https://www.brunomikoski.com"

0 commit comments

Comments
 (0)