Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmchase committed Sep 19, 2022
1 parent 21e1b53 commit 82445f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Sorts a set of version strings semantically

```ts
import * as semver from "https://deno.land/std@0.155.0/semver/mod.ts";
import { semverSort } from "https://deno.land/x/semver-sort@0.1.0/mod.ts";
import { semverSort } from "https://deno.land/x/semver-sort@0.1.2/mod.ts";

const sorted: { version: string; semver: SemVer }[] = semverSort(
"1.12.0",
Expand Down

0 comments on commit 82445f0

Please sign in to comment.