Skip to content

Commit 02d1b27

Browse files
update package.json v1.0.0
1 parent e1e089f commit 02d1b27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Arabic-Services was designed to work in both the browser and NodeJS applications
4040
### Browser
4141

4242
We provide both ESM and UMD bundles for use in the browser.
43-
Download the latest release and check under package/lib/bundles.
43+
Download the latest release and check under /dist.
4444

4545
```html
4646
<script src="arabic-services.umd.js"></script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arabic-services",
3-
"version": "1.0.0-rc.5",
3+
"version": "1.0.0",
44
"description": "Utility functions on Arabic text",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)