Skip to content

Commit da23b0e

Browse files
committed
version string
1 parent b3c28f2 commit da23b0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/learnwords2/LWBoxOfQuestionsSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe("BoxOfQuestions construction", function() {
2525
it("should indicate the correct library version", function() {
2626

2727
expect(lw).toHaveString("version");
28-
expect(lw.version).toBe('0.2.2');
28+
expect(lw.version).toBe('0.3-beta');
2929

3030
});
3131

src/BoxOfQuestions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function BoxOfQuestions(db) {
143143

144144
return {
145145

146-
version: '0.2.2',
146+
version: '0.3-beta',
147147

148148
db : db,
149149

0 commit comments

Comments
 (0)