Skip to content

Commit

Permalink
version string
Browse files Browse the repository at this point in the history
  • Loading branch information
hhzl committed Jan 28, 2017
1 parent b3c28f2 commit da23b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/learnwords2/LWBoxOfQuestionsSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe("BoxOfQuestions construction", function() {
it("should indicate the correct library version", function() {

expect(lw).toHaveString("version");
expect(lw.version).toBe('0.2.2');
expect(lw.version).toBe('0.3-beta');

});

Expand Down
2 changes: 1 addition & 1 deletion src/BoxOfQuestions.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function BoxOfQuestions(db) {

return {

version: '0.2.2',
version: '0.3-beta',

db : db,

Expand Down

0 comments on commit da23b0e

Please sign in to comment.