Skip to content

Commit

Permalink
Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
1407arjun committed Mar 15, 2022
1 parent 7e24062 commit 4067eb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# create-any-app

Command line interface for rapid creation, configuration and development of JavaScript apps.

```
npm i -g create-any-app
```
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-any-app",
"version": "1.0.1",
"version": "1.0.0",
"description": "Command line interface for rapid creation, configuration and development of JavaScript apps.",
"type": "module",
"main": "bin/caa.js",
Expand Down

1 comment on commit 4067eb7

@vercel
Copy link

@vercel vercel bot commented on 4067eb7 Mar 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.