Skip to content

Commit

Permalink
Merge pull request #110 from lighthouse-web3/v0.3.2
Browse files Browse the repository at this point in the history
CLI Fix
  • Loading branch information
ravish1729 authored Apr 17, 2024
2 parents 2680c17 + c4b8353 commit 369d3fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lighthouse <img src="https://img.shields.io/badge/BETA-v0.3.1-green"/>
# Lighthouse <img src="https://img.shields.io/badge/BETA-v0.3.2-green"/>

Lighthouse is a permanent decentralized file storage protocol that allows the ability to pay once and store forever. While traditionally, users need to repeatedly keep track and pay for their storage after every fixed amount of time, Lighthouse manages this for them and makes sure that user files are stored forever. The aim is to move users from a rent-based cost model where they are renting their own files on cloud storage to a permanent ownership model. It is built on top of IPFS, Filecoin, and Polygon. It uses the existing miner network and storage capacity of the filecoin network.

Expand Down
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": "@lighthouse-web3/sdk",
"version": "0.3.1",
"version": "0.3.2",
"description": "NPM package and CLI tool to interact with lighthouse protocol",
"main": "./dist/Lighthouse/index.js",
"types": "./dist/Lighthouse/index.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions src/Commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import revokeAccess from './revoke-access'
import resetPassword from './reset-password'
import uploadEncrypted from './upload-encrypted'
import podsi from './podsi'
import { version } from '../../package.json'

const widgets = new Command('lighthouse-web3')

Expand Down Expand Up @@ -73,7 +72,7 @@ Command.prototype.helpInformation = function (context: any) {
}

widgets.addHelpText('before', 'Welcome to lighthouse-web3')
widgets.version(version)
widgets.version('0.3.2')

widgets
.command('wallet')
Expand Down

0 comments on commit 369d3fd

Please sign in to comment.