diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9ac49f..05f0373 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file. I created this file with Svelto.ECS version 3.1.
+## [3.1.3]
+
+### Fixed
+
+* bumped dependency of Svelto.Common due to an important fix there.
+
## [3.1.2]
### Changed
* improved async entity submission code (still experimental)
* improved native entity operations debug info
-*
## [3.1.1]
diff --git a/Svelto.ECS.csproj b/Svelto.ECS.csproj
index f12e4e2..69bc333 100644
--- a/Svelto.ECS.csproj
+++ b/Svelto.ECS.csproj
@@ -7,6 +7,7 @@
Svelto.ECS
sebas77
+ https://github.com/sebas77/Svelto.ECS
AnyCPU
diff --git a/package.json b/package.json
index 4c9ab3f..2c3b1ea 100644
--- a/package.json
+++ b/package.json
@@ -3,13 +3,13 @@
"category": "Svelto",
"description": "Svelto ECS C# Lightweight Data Oriented Entity Component System Framework",
"dependencies": {
- "com.sebaslab.svelto.common": "3.1.2"
+ "com.sebaslab.svelto.common": "3.1.3"
},
"keywords": [
"svelto"
],
"name": "com.sebaslab.svelto.ecs",
- "version": "3.1.2",
+ "version": "3.1.3",
"type": "library",
"unity": "2019.3"
}
\ No newline at end of file