Skip to content

Commit

Permalink
Increment version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewJA committed Aug 26, 2014
1 parent 33d4089 commit dad3935
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Coffeequate <sub><sup>v1.0.0<sub>rc1</sub></sup></sub>
Coffeequate <sub><sup>v1.0.0</sup></sub>
=============================

A computer algebra system for JavaScript. More information at [the webpage](http://matthewja.com/Coffeequate).
Expand Down
5 changes: 5 additions & 0 deletions coffeequate/src/start.frag
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dad3935

Please sign in to comment.