Skip to content

Commit 13c6431

Browse files
committed
Bump version
1 parent 5797a5e commit 13c6431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Detect Language API Node.js Client
44
[![npm version](https://badge.fury.io/js/detectlanguage.svg)](https://badge.fury.io/js/detectlanguage)
55
[![Build Status](https://github.com/detectlanguage/detectlanguage-node/actions/workflows/main.yml/badge.svg)](https://github.com/detectlanguage/detectlanguage-node/actions)
66

7-
Node.js wrapper for the [Detect Language API](https://detectlanguage.com/).
7+
Node.js client for the [Detect Language API](https://detectlanguage.com/).
88

99
## Installation
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detectlanguage",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Detect Language API Node.js Client",
55
"main": "./lib/index.js",
66
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)