Skip to content

Commit 8e788f4

Browse files
authored
Merge pull request #5 from nowsprinting/release/1.1.0
Bump version to 1.1.0
2 parents 7b086ec + 880fb48 commit 8e788f4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Koji Hasegawa
3+
Copyright (c) 2021-2022 Koji Hasegawa
44

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

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.nowsprinting.create-script-folders-with-tests",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"displayName": "Create Script Folders and Assemblies with Tests",
55
"description": "Create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef).",
66
"unity": "2018.4",
@@ -9,8 +9,7 @@
99
"changelogUrl": "https://github.com/nowsprinting/create-script-folders-with-tests/releases",
1010
"licensesUrl": "https://github.com/nowsprinting/create-script-folders-with-tests/blob/master/LICENSE.md",
1111
"license": "MIT",
12-
"dependencies": {
13-
},
12+
"dependencies": {},
1413
"keywords": [
1514
"Assembly Definition File",
1615
"asmdef",

0 commit comments

Comments
 (0)