Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DvdGiessen committed Oct 27, 2020
1 parent 9835048 commit 22f52b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import VirtualClock from 'virtual-clock';
// or
const VirtualClock = require('virtual-clock');
// or
import VirtualClock from 'https://virtual-clock.js.org/1.2.2/virtual-clock.mjs';
import VirtualClock from 'https://virtual-clock.js.org/1.2.3/virtual-clock.mjs';

// Create a new clock
let clock = new VirtualClock;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virtual-clock",
"version": "1.2.2",
"version": "1.2.3",
"description": "A tiny library for configurable virtual clocks",
"author": "Daniël van de Giessen",
"license": "MIT",
Expand Down

0 comments on commit 22f52b9

Please sign in to comment.