diff --git a/src/DeclarativeSql.MicrosoftSqlClient/DeclarativeSql.MicrosoftSqlClient.csproj b/src/DeclarativeSql.MicrosoftSqlClient/DeclarativeSql.MicrosoftSqlClient.csproj
index 50395c1..c3ce5e6 100644
--- a/src/DeclarativeSql.MicrosoftSqlClient/DeclarativeSql.MicrosoftSqlClient.csproj
+++ b/src/DeclarativeSql.MicrosoftSqlClient/DeclarativeSql.MicrosoftSqlClient.csproj
@@ -8,7 +8,7 @@
true
DeclarativeSql.MicrosoftSqlClient
- 1.3.0.0
+ 1.3.1.0
Microsoft.Data.SqlClient specific feature for DeclarativeSql.
https://github.com/xin9le/DeclarativeSql
Database, SQL, CRUD
diff --git a/src/DeclarativeSql.SystemSqlClient/DeclarativeSql.SystemSqlClient.csproj b/src/DeclarativeSql.SystemSqlClient/DeclarativeSql.SystemSqlClient.csproj
index c0877e7..86ce56a 100644
--- a/src/DeclarativeSql.SystemSqlClient/DeclarativeSql.SystemSqlClient.csproj
+++ b/src/DeclarativeSql.SystemSqlClient/DeclarativeSql.SystemSqlClient.csproj
@@ -8,7 +8,7 @@
true
DeclarativeSql.SystemSqlClient
- 1.3.0.0
+ 1.3.1.0
System.Data.SqlClient specific feature for DeclarativeSql.
https://github.com/xin9le/DeclarativeSql
Database, SQL, CRUD
diff --git a/src/DeclarativeSql/DeclarativeSql.csproj b/src/DeclarativeSql/DeclarativeSql.csproj
index d59ecfe..c335b81 100644
--- a/src/DeclarativeSql/DeclarativeSql.csproj
+++ b/src/DeclarativeSql/DeclarativeSql.csproj
@@ -8,7 +8,7 @@
true
DeclarativeSql
- 1.3.0.0
+ 1.3.1.0
Attribute-based table mapping and simple database access.
https://github.com/xin9le/DeclarativeSql
Database, SQL, CRUD