Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Update new version
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlak committed Nov 30, 2019
1 parent 2b602ad commit 33ae702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -6,7 +6,7 @@ const createDocumentationFor = require('./src/documentationGenerator');

const program = new commander.Command();

program.version('0.0.8');
program.version('0.0.9');

const defaultTemplatePath = path.join(__dirname, 'templates', 'default.sqrl');

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "leafleth",
"version": "0.0.8",
"version": "0.0.9",
"description": "Documentation generator for Solidity",
"main": "./index.js",
"bin": "./bin/leafleth",
Expand Down

0 comments on commit 33ae702

Please sign in to comment.