Skip to content

Commit b8b600e

Browse files
Feat: Changed package version number
1 parent e0bfb1c commit b8b600e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Methane is a **CLI** tool that helps developers easily create **React components
1313

1414
## What's New ❓
1515

16-
The latest patch version 1.4.8 introduces a crucial fix that enhances the naming conventions for generated components and Next.js pages. This update ensures that hyphenated names are correctly capitalized, providing a more consistent and readable codebase.
16+
The latest patch version 1.4.9 introduces a crucial fix that enhances the naming conventions for generated components and Next.js pages. This update ensures that hyphenated names are correctly capitalized, providing a more consistent and readable codebase.
1717

1818
**Component Capitalization Fix:**
1919

helpers/utilis/packageDescription.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import colors from "colors";
33
import { program } from "commander";
44
const packageDescription = () => {
55
program
6-
.version("1.4.8")
6+
.version("1.4.9")
77
.description(
88
colors.cyan(
99
"Methane-Cli is a tool for efficient creation of React or NextJs components, pages and Service Worker files."

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "methane-cli",
3-
"version": "1.4.8",
3+
"version": "1.4.9",
44
"description": "methane-cli is a command-line tool for generating React components and pages with ease.",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)