Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed Jan 10, 2025
1 parent 193331f commit 287378e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can also import only the specific modules you need from the source to furthe
Add the picosm dependency:

```bash
npm add https://github.com/yesil/picosm/releases/download/v1.0.4/picosm-1.0.5.tgz
npm add https://github.com/yesil/picosm/releases/download/v1.0.4/picosm-1.1.0.tgz
```

See the unit test: https://github.com/yesil/picosm/blob/main/test/LitObserver.test.js <br>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picosm",
"version": "1.0.4",
"version": "1.1.0",
"main": "dist/picosm.js",
"scripts": {
"test": "web-test-runner test/**/*.test.js --node-resolve",
Expand Down

0 comments on commit 287378e

Please sign in to comment.