Skip to content

Commit cd04ede

Browse files
committed
bump version
1 parent 45b9446 commit cd04ede

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mqxym/cryptit",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"description": "Modern, cross-platform AES-GCM 256 / XChaCha20Poly1305 + Argon2-id encryption for files and text.",
55
"type": "module",
66
"keywords": [

packages/node-runtime/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { createCryptit } from './index.js';
1010
import { Cryptit } from '../../core/src/index.js';
1111
import { dirname } from 'node:path';
1212

13-
const PKG_VERSION = '0.2.11'; // sync with root package.json
13+
const PKG_VERSION = '0.2.12'; // sync with root package.json
1414

1515
async function promptPass(): Promise<string> {
1616
if (!stdin.isTTY) throw new Error('STDIN not a TTY; use --pass');

0 commit comments

Comments
 (0)