Skip to content

Commit

Permalink
bumping version to 0.4.0pre
Browse files Browse the repository at this point in the history
  • Loading branch information
mmonteleone committed Jul 7, 2012
1 parent bfbb523 commit 1c7718a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ Credit of course goes to:
Changelog
---------

* 0.4.0
* 0.3.0
- added async() and resume()
- implemented test framework adapter pattern, abstracted QUnit usage into a default-bundled adapter
Expand Down
4 changes: 2 additions & 2 deletions pavlov.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Pavlov - Test framework-independent behavioral API
*
* version 0.3.0
* version 0.4.0pre
*
* http://github.com/mmonteleone/pavlov
*
Expand Down Expand Up @@ -590,7 +590,7 @@

// add global settings onto pavlov
global.pavlov = {
version: '0.3.0',
version: '0.4.0pre',
specify: specify,
adapter: adapter,
adapt: function (frameworkName, testFrameworkAdapter) {
Expand Down

0 comments on commit 1c7718a

Please sign in to comment.