Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
release v0.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: 迷渡 <justjavac@gmail.com>
  • Loading branch information
justjavac committed Aug 21, 2020
1 parent c66a713 commit dee030d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import num_cpus from "https://deno.land/x/num_cpus/mod.ts";
import num_cpus from "./mod.ts";

const nums = num_cpus();
console.log(nums);
4 changes: 2 additions & 2 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import {
PerpareOptions,
} from "https://deno.land/x/plugin_prepare/mod.ts";

const releaseUrl =
"https://github.com/justjavac/deno_num_cpus/releases/download";
export const VERSION = "0.1.2";
const releaseUrl =
`https://github.com/justjavac/deno_num_cpus/releases/download/${VERSION}`;

const pluginOptions: PerpareOptions = {
name: "deno_num_cpus",
Expand Down

0 comments on commit dee030d

Please sign in to comment.