next-auto-i18n 0.7.1 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -204,7 +204,7 @@ Un composant flottant est automatiquement genere dans `components/LanguageSwitch
204
204
  ## Developpement
205
205
 
206
206
  ```bash
207
- git clone https://github.com/stvekoulo/next-auto-i18n.git
207
+ git clone https://github.com/stvekoulo/auto-i18n.git
208
208
  cd next-auto-i18n
209
209
  npm install
210
210
  npm test # vitest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-auto-i18n",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Automatically translate your Next.js project in under 5 minutes",
5
5
  "type": "module",
6
6
  "main": "./dist/cli/index.js",