Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisweb committed Aug 31, 2020
1 parent 1e28fb5 commit b26bbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrisweb-utilities",
"version": "1.3.1",
"version": "1.3.2",
"description": "chrisweb utilities",
"types": "dist/@types/chrisweb-utilities/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { log } from './utilities/log';
import { sleep } from './utilities/helper';
import { randomInteger, choice } from './utilities/random';

const version = '1.0.0';
const version = '1.3.2';

export {
version,
Expand Down

0 comments on commit b26bbf7

Please sign in to comment.