Skip to content

Commit 292ee9b

Browse files
committed
chore: update readme and bump version
1 parent 3bc56b3 commit 292ee9b

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
### AI-Powered Internationalization Made Simple
88
<sub>Transform your development process with automated, accurate translations for your applications</sub>
99

10-
[![License](https://img.shields.io/badge/license-MIT-green?style=for-the-badge)](LICENSE)
10+
[![License](https://img.shields.io/badge/license-MIT-green?style=for-the-badge)](https://github.com/lang-source/lang-source-cli/blob/main/LICENCE)
1111
[![npm version](https://img.shields.io/npm/v/lang-source-cli.svg?style=for-the-badge)](https://www.npmjs.com/package/lang-source-cli)
1212
[![npm downloads](https://img.shields.io/npm/dm/lang-source-cli.svg?style=for-the-badge)](https://www.npmjs.com/package/lang-source-cli)
1313

@@ -28,6 +28,8 @@ Install lang-source-cli globally with npm:
2828

2929
```bash
3030
npm install -g lang-source-cli
31+
# or
32+
sudo npm install -g lang-source-cli # incase sudo privileges are required
3133
```
3234

3335
## 🛠️ Usage

dist/core/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ class LangsourceCLI {
282282
}
283283
this.process
284284
.name('lang-source-cli')
285-
.version('1.0.4')
285+
.version('1.0.5')
286286
.description(
287287
'lang-source-cli is an AI-powered tool that simplifies multilingual support by automating i18n, designed to enhance efficiency in globalized development projects.',
288288
)

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": "lang-source-cli",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "lang-source-cli is an AI-powered tool that simplifies multilingual support by automating i18n, designed to enhance efficiency in globalized development projects.",
55
"main": "index.js",
66
"bin": {

src/core/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class LangsourceCLI {
237237
}
238238
this.process
239239
.name('lang-source-cli')
240-
.version('1.0.4')
240+
.version('1.0.5')
241241
.description(
242242
'lang-source-cli is an AI-powered tool that simplifies multilingual support by automating i18n, designed to enhance efficiency in globalized development projects.',
243243
)

0 commit comments

Comments
 (0)