diff --git a/LICENSE b/LICENSE
index bf98c2a..601e762 100644
--- a/LICENSE
+++ b/LICENSE
@@ -23,7 +23,7 @@ THE SOFTWARE
********************************************************************************************
- SYNAPTIC (v1.1.2)
+ SYNAPTIC (v1.1.3)
********************************************************************************************
Synaptic is a javascript neural network library for node.js and the browser, its generalized
diff --git a/README.md b/README.md
index 4f0a624..ab31917 100755
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ bower install synaptic
Or you can simply use the CDN link, kindly provided by [CDNjs](https://cdnjs.com/)
```html
-
+
```
### Usage
diff --git a/bower.json b/bower.json
index 5594a2d..681a803 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "synaptic",
- "version": "1.1.2",
+ "version": "1.1.3",
"homepage": "https://github.com/cazala/synaptic",
"authors": [
"Juan Cazala "
diff --git a/dist/synaptic.js b/dist/synaptic.js
index 0fc760a..a247f5f 100644
--- a/dist/synaptic.js
+++ b/dist/synaptic.js
@@ -24,7 +24,7 @@
*
*
* ********************************************************************************************
- * SYNAPTIC (v1.1.2)
+ * SYNAPTIC (v1.1.3)
* ********************************************************************************************
*
* Synaptic is a javascript neural network library for node.js and the browser, its generalized
diff --git a/dist/synaptic.min.js b/dist/synaptic.min.js
index 0fc760a..a247f5f 100644
--- a/dist/synaptic.min.js
+++ b/dist/synaptic.min.js
@@ -24,7 +24,7 @@
*
*
* ********************************************************************************************
- * SYNAPTIC (v1.1.2)
+ * SYNAPTIC (v1.1.3)
* ********************************************************************************************
*
* Synaptic is a javascript neural network library for node.js and the browser, its generalized