Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
SANTHOSH17-DOT committed Apr 14, 2024
1 parent efe595e commit 82d47c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

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

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": "statikvc",
"version": "1.1.0-alpha",
"version": "1.1.2-alpha",
"description": "An IPFS based version control system with static file hosting features. Basic functions like repo initiation, staging, committing, and logging have been implemented. (Under active development)",
"exports": "./dist/index.js",
"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 { Jump, List } from "./vc/branching.js";
const program = new Command();
program
.name("statik")
.version("1.1.0-alpha")
.version("1.1.2-alpha")
.description(figlet.textSync("Statik")+"\nAn IPFS based version control system with static file hosting features")
program.command("init <ipfs_node_url>").description("Initialize a new Statik repository")
program.command("add [file_path]").description("Add a file to the Statik repository")
Expand Down

0 comments on commit 82d47c3

Please sign in to comment.