From dad39355bd53749d048c67e5d3dda69b5f4cc08a Mon Sep 17 00:00:00 2001 From: MatthewJA Date: Tue, 26 Aug 2014 12:14:05 +1000 Subject: [PATCH] Increment version number. --- README.md | 2 +- coffeequate/src/start.frag | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c3b515..6152a40 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Coffeequate v1.0.0rc1 +Coffeequate v1.0.0 ============================= A computer algebra system for JavaScript. More information at [the webpage](http://matthewja.com/Coffeequate). diff --git a/coffeequate/src/start.frag b/coffeequate/src/start.frag index b9fe801..5a5d484 100644 --- a/coffeequate/src/start.frag +++ b/coffeequate/src/start.frag @@ -1,3 +1,8 @@ +/** + * Coffeequate v1.0.0 + * http://matthewja.com/Coffeequate + */ + (function (root, factory) { if (typeof define === 'function' && define.amd) { //Allow using this built library as an AMD module