Skip to content

Commit

Permalink
🔖 Bump up to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ishan-chhabra committed Jan 27, 2021
1 parent f07d6cd commit b3f2e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@srmkzilla/springboard",
"version": "1.1.0",
"version": "1.1.1",
"description": "Jumpstart your projects in record time.",
"main": "build/index.js",
"repository": "https://github.com/srm-kzilla/springboard.git",
Expand Down
3 changes: 1 addition & 2 deletions src/cli/greet.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import chalk from "chalk";
import { version } from "../../package.json";

export default function greet() {
console.log(
Expand All @@ -19,7 +18,7 @@ export default function greet() {
}

export const getVersion = () => {
return version;
return "1.1.1";
};

export const showVersion = () => {
Expand Down

0 comments on commit b3f2e6b

Please sign in to comment.