Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lemii committed Mar 15, 2021
1 parent 9999b21 commit 62c3b45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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": "@lemii/lisk-ipfs-plugin",
"version": "0.2.0",
"version": "0.2.1",
"description": "A plugin that enables your Lisk node to upload and download files from the IPFS network",
"author": "lemii <[email protected]>",
"license": "GPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion src/lisk_ipfs_plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class IpfsPlugin extends BasePlugin {
public static get info(): PluginInfo {
return {
author: 'lemii <[email protected]>',
version: '0.2.0',
version: '0.2.1',
name: '@lemii/lisk-ipfs-plugin'
};
}
Expand Down

0 comments on commit 62c3b45

Please sign in to comment.