Skip to content

Commit 96bde76

Browse files
authored
Update README.md
1 parent ffeac6e commit 96bde76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ scripts in `package.json`.
2020
"version": "1.0.0",
2121
"private": true,
2222
"dependencies": {
23-
"@simplelocalize/cli": "^2.9.2",
23+
"@simplelocalize/cli": "^2.10.0",
2424
},
2525
"scripts": {
2626
"start": "react-scripts start",
@@ -48,8 +48,8 @@ npx @simplelocalize/cli download
4848
`@simplelocalize/cli` versioning is synced with https://github.com/simplelocalize/simplelocalize-cli versioning.
4949

5050
`@simplelocalize/cli@2.9.1` will install SimpleLocalize CLI 2.9.x and this npm package version is 1.
51-
`@simplelocalize/cli@2.9.1` will install SimpleLocalize CLI 2.9.x and this npm package version is 2.
51+
`@simplelocalize/cli@2.9.2` will install SimpleLocalize CLI 2.9.x and this npm package version is 2.
5252

5353
By using this versioning scheme, we can release new versions of this npm package
5454
without changing the SimpleLocalize CLI version, for example, to fix bugs in this package,
55-
and follow semantic versioning rules.
55+
and follow semantic versioning rules.

0 commit comments

Comments
 (0)