Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oktupol committed Dec 23, 2021
1 parent 0d95285 commit 2de5063
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oktupol/base-emoji",
"version": "1.1.0",
"version": "1.1.1",
"description": "Like base32 and base64, but with emoji. Uses 1024 unique emoji as character set.",
"main": "./dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { BaseEmoji } from './lib/base-emoji';
import { emojiDecodeMap } from './lib/emojis';

const program = new Command();
program.version('1.1.0');
program.version('1.1.1');

program
.description('Base-Emoji encode or decode FILE, or standard input, to standard output.\n\nWith no FILE, or when FILE is -, read standard input.')
Expand Down

0 comments on commit 2de5063

Please sign in to comment.