diff --git a/test/index.spec.js b/test/index.spec.js index 330b131..0ae7816 100644 --- a/test/index.spec.js +++ b/test/index.spec.js @@ -3,6 +3,6 @@ import { version } from "../package.json"; describe("Hajar.src.js", () => { it("should get the library's version", () => { - expect(["1.1.66-beta", "1.1.66"]).toContain(version); + expect(["1.1.67-beta", "1.1.67"]).toContain(version); }); });