diff --git a/Svelto.Common b/Svelto.Common
index 177d50a..6b254fb 160000
--- a/Svelto.Common
+++ b/Svelto.Common
@@ -1 +1 @@
-Subproject commit 177d50a45b2ba05f4bb655432d649330e127bb56
+Subproject commit 6b254fb2d729d6bbb806b006e17573c9c81c27c5
diff --git a/Svelto.ECS/CHANGELOG.md b/Svelto.ECS/CHANGELOG.md
index d9ac49f..05f0373 100644
--- a/Svelto.ECS/CHANGELOG.md
+++ b/Svelto.ECS/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/Svelto.ECS.csproj b/Svelto.ECS/Svelto.ECS.csproj
index f12e4e2..69bc333 100644
--- a/Svelto.ECS/Svelto.ECS.csproj
+++ b/Svelto.ECS/Svelto.ECS.csproj
@@ -7,6 +7,7 @@
Svelto.ECS
sebas77
+ https://github.com/sebas77/Svelto.ECS
AnyCPU
diff --git a/Svelto.ECS/package.json b/Svelto.ECS/package.json
index 4c9ab3f..2c3b1ea 100644
--- a/Svelto.ECS/package.json
+++ b/Svelto.ECS/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
diff --git a/Svelto.ECS/version.json b/Svelto.ECS/version.json
index 03f07dd..5f7a284 100644
--- a/Svelto.ECS/version.json
+++ b/Svelto.ECS/version.json
@@ -1,3 +1,3 @@
{
- "version": "3.1.2"
+ "version": "3.1.3"
}