Browse Source

bump upm version

tags/2.9.7
sebas77 5 years ago
parent
commit
a322bc089a
3 changed files with 7 additions and 3 deletions
  1. +3
    -0
      .gitignore
  2. +2
    -1
      LICENSE
  3. +2
    -2
      package.json

+ 3
- 0
.gitignore View File

@@ -0,0 +1,3 @@
/obj
/bin/Release/netstandard2.0
/bin/Debug/netstandard2.0

+ 2
- 1
LICENSE View File

@@ -1,4 +1,4 @@
MIT License
The MIT License (MIT)

Copyright (c) 2015-2020 Sebastiano Mandalà

@@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


+ 2
- 2
package.json View File

@@ -3,13 +3,13 @@
"category": "Svelto",
"description": "Svelto ECS C# Lightweight Data Oriented Entity Component System Framework",
"dependencies": {
"com.sebaslab.svelto.common": "2.9.5"
"com.sebaslab.svelto.common": "2.9.7"
},
"keywords": [
"svelto"
],
"name": "com.sebaslab.svelto.ecs",
"unity": "2019.2",
"version": "2.9.6",
"version": "2.9.7",
"type": "framework"
}

Loading…
Cancel
Save