Skip to content

Commit b0c4b21

Browse files
doble196claude
andcommitted
fix: correct license badge to Proprietary + bump to 1.0.8
README incorrectly showed MIT badge/text but LICENSE file is Proprietary. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c3e58e0 commit b0c4b21

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![npm downloads](https://img.shields.io/npm/dm/create-githat-app?style=flat-square&logo=npm&logoColor=white&color=cb3837)](https://www.npmjs.com/package/create-githat-app)
99
[![SDK](https://img.shields.io/npm/v/@githat/nextjs?style=flat-square&logo=npm&logoColor=white&label=%40githat%2Fnextjs&color=cb3837)](https://www.npmjs.com/package/@githat/nextjs)
1010
[![Website](https://img.shields.io/website?style=flat-square&url=https%3A%2F%2Fgithat.io&up_message=live&up_color=1f6feb&label=githat.io)](https://githat.io)
11-
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE)
11+
[![License](https://img.shields.io/badge/License-Proprietary-red?style=flat-square)](LICENSE)
1212

1313
</div>
1414

@@ -310,4 +310,4 @@ node bin/index.js test-app
310310

311311
## License
312312

313-
MIT
313+
Proprietary — see [LICENSE](LICENSE)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-githat-app",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "GitHat CLI — scaffold apps and manage the skills marketplace",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)