Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
muhtalipdede committed Feb 5, 2023
1 parent 79167d3 commit 8c4d38b
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 @@ -5,7 +5,7 @@ A simple npm package to encrypt and decrypt images and text files.
## Installation

```bash
npm install im-cryption
npm install -g im-cryption
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "im-cryption",
"version": "1.0.4",
"version": "1.0.5",
"description": "A simple image encryption and decryption project with NodeJS and TypeScript",
"scripts": {
"build": "rimraf ./dist && scripts/build.js",
Expand Down

0 comments on commit 8c4d38b

Please sign in to comment.