Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
blckclov3r committed Aug 25, 2024
1 parent b2df509 commit e5d5de0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,16 @@ If you prefer not to install the package and want to include the ECMAScript modu
project, you can use the following script tag:

- CDN (
jsDelivr): [`https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.7/dist/index.mjs`](https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.7/dist/index.mjs)
jsDelivr): [`https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.9/dist/index.mjs`](https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.9/dist/index.mjs)

- NPM: [`https://unpkg.com/use-postal-ph@1.1.7/dist/index.mjs`](https://unpkg.com/use-postal-ph@1.1.7/dist/index.mjs)
- NPM: [`https://unpkg.com/use-postal-ph@1.1.9/dist/index.mjs`](https://unpkg.com/use-postal-ph@1.1.9/dist/index.mjs)

Import Statement:

```html

<script type="module">
import usePostalPH from 'https://unpkg.com/use-postal-ph@1.1.7/dist/index.mjs';
import usePostalPH from 'https://unpkg.com/use-postal-ph@1.1.9/dist/index.mjs';
const {
fetchDataLists,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-postal-ph",
"version": "1.1.7",
"version": "1.1.9",
"description": "This utility library is specifically designed for the Philippines, providing comprehensive information on postal codes,\nmunicipalities, locations, and regions. Moreover, searching within the library is case insensitive.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit e5d5de0

Please sign in to comment.