diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index a43b36ffc..a4c9ca8eb 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,7 +1,7 @@
# Moqui Framework Release Notes
-## Release 2.1.3 - Not Yet Released
+## Release 2.1.3 - 07 Dec 2019
Moqui Framework 2.1.3 is a patch level new feature and bug fix release.
diff --git a/addons.xml b/addons.xml
index 1cbd8692e..661972053 100644
--- a/addons.xml
+++ b/addons.xml
@@ -35,33 +35,33 @@
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
@@ -71,10 +71,10 @@
-
-
-
-
+
+
+
+
diff --git a/framework/build.gradle b/framework/build.gradle
index ff1249355..320e73c83 100644
--- a/framework/build.gradle
+++ b/framework/build.gradle
@@ -16,7 +16,7 @@ tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:unchecked" }
tasks.withType(GroovyCompile) { options.compilerArgs << "-Xlint:unchecked" }
tasks.withType(GroovyCompile) { options.compilerArgs << "-Xlint:deprecation" }
-version = '2.1.3-rc3'
+version = '2.1.3'
apply plugin: 'groovy'
apply plugin: 'war'