Skip to content

Commit 08391b1

Browse files
author
Arthur Aulicino
committed
feat: bump version to 1.0.0
1 parent e0264f1 commit 08391b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
44
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

7-
## [0.1.0] - 2022-06-13
7+
## [1.0.0] - 2022-06-13
88
### Added
99
- Initial release
1010

11-
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.1.0
11+
[0.1.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v1.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.aaulicino.unity-coroutines-for-nsubstitute",
33
"displayName": "Unity Coroutines for NSubstitute",
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"unity": "2020.3",
66
"description": "Mocking Unity3D Coroutines in Unity3D using NSubstitute",
77
"keywords": [

0 commit comments

Comments
 (0)