Skip to content

Commit d137c5b

Browse files
committed
Chore: manual version update
1 parent 937c1f1 commit d137c5b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm run lint && npm test

invjsible.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
const fs = require('fs');
4-
const path = require('path');
4+
const path = require('path');
55
const zlib = require('zlib');
66
const { promisify } = require('util');
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "invjsible",
3-
"version": "1.0.1",
3+
"version": "1.0.0",
44
"description": "Encode files into invisible Unicode characters for steganography and data hiding",
55
"main": "invjsible.js",
66
"bin": {

0 commit comments

Comments
 (0)