Skip to content

Commit

Permalink
- Added version
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 28, 2008
1 parent 1542fd4 commit 12a10f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

=== 0.0.1 / 2008-10-28

* Initial release
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@
== Copyright

2008 TJ Holowaychuk (MIT Licensed)

4 changes: 3 additions & 1 deletion lib/jspec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
------------------------------------------------------------------ */

var JSPEC_VERSION = '0.0.1';

/* -----------------------------------------------------------------
JSpec Manager
Expand All @@ -15,7 +17,7 @@ var JSpecManager = JSpecManager || {
initRunDelay: 800,
outputReports: true,
currentSuite: {},
suites: []
suites: [],
};

/**
Expand Down

0 comments on commit 12a10f8

Please sign in to comment.