Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Cazala committed Sep 6, 2017
1 parent f10e6b6 commit 2ed7535
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ THE SOFTWARE


********************************************************************************************
SYNAPTIC (v1.1.1)
SYNAPTIC (v1.1.2)
********************************************************************************************

Synaptic is a javascript neural network library for node.js and the browser, its generalized
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ bower install synaptic
Or you can simply use the CDN link, kindly provided by [CDNjs](https://cdnjs.com/)

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/synaptic/1.1.1/synaptic.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/synaptic/1.1.2/synaptic.js"></script>
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "synaptic",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://github.com/cazala/synaptic",
"authors": [
"Juan Cazala <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/synaptic.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
*
* ********************************************************************************************
* SYNAPTIC (v1.1.1)
* SYNAPTIC (v1.1.2)
* ********************************************************************************************
*
* Synaptic is a javascript neural network library for node.js and the browser, its generalized
Expand Down
2 changes: 1 addition & 1 deletion dist/synaptic.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
*
* ********************************************************************************************
* SYNAPTIC (v1.1.1)
* SYNAPTIC (v1.1.2)
* ********************************************************************************************
*
* Synaptic is a javascript neural network library for node.js and the browser, its generalized
Expand Down

0 comments on commit 2ed7535

Please sign in to comment.