File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ THE SOFTWARE
2323
2424
2525********************************************************************************************
26- SYNAPTIC (v1.0.12 )
26+ SYNAPTIC (v1.1.0 )
2727********************************************************************************************
2828
2929Synaptic is a javascript neural network library for node.js and the browser, its generalized
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ bower install synaptic
7272Or you can simply use the CDN link, kindly provided by [ CDNjs] ( https://cdnjs.com/ )
7373
7474``` html
75- <script src =" https://cdnjs.cloudflare.com/ajax/libs/synaptic/1.0.12 /synaptic.js" ></script >
75+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/synaptic/1.1.0 /synaptic.js" ></script >
7676```
7777
7878### Usage
Original file line number Diff line number Diff line change 11{
22 "name" : " synaptic" ,
3- "version" : " 1.0.12 " ,
3+ "version" : " 1.1.0 " ,
44 "homepage" : " https://github.com/cazala/synaptic" ,
55 "authors" : [
66 " Juan Cazala <juancazala@gmail.com>"
Original file line number Diff line number Diff line change 11/*!
22 * The MIT License (MIT)
33 *
4- * Copyright (c) 2017 Juan Cazala - juancazala.com
4+ * Copyright (c) 2017 Juan Cazala - https://caza.la
55 *
66 * Permission is hereby granted, free of charge, to any person obtaining a copy
77 * of this software and associated documentation files (the "Software"), to deal
2424 *
2525 *
2626 * ********************************************************************************************
27- * SYNAPTIC (v1.0.12 )
27+ * SYNAPTIC (v1.1.0 )
2828 * ********************************************************************************************
2929 *
3030 * Synaptic is a javascript neural network library for node.js and the browser, its generalized
Original file line number Diff line number Diff line change 11/*!
22 * The MIT License (MIT)
33 *
4- * Copyright (c) 2017 Juan Cazala - juancazala.com
4+ * Copyright (c) 2017 Juan Cazala - https://caza.la
55 *
66 * Permission is hereby granted, free of charge, to any person obtaining a copy
77 * of this software and associated documentation files (the "Software"), to deal
2424 *
2525 *
2626 * ********************************************************************************************
27- * SYNAPTIC (v1.0.12 )
27+ * SYNAPTIC (v1.1.0 )
2828 * ********************************************************************************************
2929 *
3030 * Synaptic is a javascript neural network library for node.js and the browser, its generalized
You can’t perform that action at this time.
0 commit comments