Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Cazala committed Aug 27, 2017
1 parent fcbb435 commit fa26a53
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.0.12)
SYNAPTIC (v1.1.0)
********************************************************************************************

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.0.12/synaptic.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/synaptic/1.1.0/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.0.12",
"version": "1.1.0",
"homepage": "https://github.com/cazala/synaptic",
"authors": [
"Juan Cazala <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/synaptic.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* The MIT License (MIT)
*
* Copyright (c) 2017 Juan Cazala - juancazala.com
* Copyright (c) 2017 Juan Cazala - https://caza.la
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand All @@ -24,7 +24,7 @@
*
*
* ********************************************************************************************
* SYNAPTIC (v1.0.12)
* SYNAPTIC (v1.1.0)
* ********************************************************************************************
*
* Synaptic is a javascript neural network library for node.js and the browser, its generalized
Expand Down
4 changes: 2 additions & 2 deletions dist/synaptic.min.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* The MIT License (MIT)
*
* Copyright (c) 2017 Juan Cazala - juancazala.com
* Copyright (c) 2017 Juan Cazala - https://caza.la
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand All @@ -24,7 +24,7 @@
*
*
* ********************************************************************************************
* SYNAPTIC (v1.0.12)
* SYNAPTIC (v1.1.0)
* ********************************************************************************************
*
* Synaptic is a javascript neural network library for node.js and the browser, its generalized
Expand Down

0 comments on commit fa26a53

Please sign in to comment.