Skip to content

Commit 22f52b9

Browse files
committed
1.2.3
1 parent 9835048 commit 22f52b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import VirtualClock from 'virtual-clock';
4242
// or
4343
const VirtualClock = require('virtual-clock');
4444
// or
45-
import VirtualClock from 'https://virtual-clock.js.org/1.2.2/virtual-clock.mjs';
45+
import VirtualClock from 'https://virtual-clock.js.org/1.2.3/virtual-clock.mjs';
4646

4747
// Create a new clock
4848
let clock = new VirtualClock;

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "virtual-clock",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "A tiny library for configurable virtual clocks",
55
"author": "Daniël van de Giessen",
66
"license": "MIT",

0 commit comments

Comments
 (0)