Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmartinez10 committed Oct 16, 2019
1 parent 63aaa8c commit 05e20cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ bigfloat.string({ coefficient: BigInt(522299), exponent: -4 }); // "53.23"
```

# Changelog
0.0.1
1.0.0
- First version
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// bigfloat-deno v0.0.1
// bigfloat-deno v1.0.0
import * as arithmetic from "./lib/arithmetic.ts";
import { set_precision } from "./lib/constants.ts";
import * as constructors from "./lib/constructors.ts";
Expand Down

0 comments on commit 05e20cc

Please sign in to comment.