Skip to content

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianFun123 committed Mar 3, 2024
1 parent 4079b87 commit 36284c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JDOM `3.0.0`
# JDOM `3.0.1`
## A wrapper for query selector and html elements + templating & reactivity framework

## Install
Expand All @@ -9,12 +9,12 @@ npm install jdomjs

### Module
```js
import { $, $n, $c, $r, $h, JDOM } from 'https://cdn.jsdelivr.net/npm/[email protected].0/index.js'
import { $, $n, $c, $r, $h, JDOM } from 'https://cdn.jsdelivr.net/npm/[email protected].1/index.js'
```

### HTML import
```js
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/jdom.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/jdom.js"></script>
```

## DOM-Modfier Usage
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": "jdomjs",
"version": "3.0.0",
"version": "3.0.1",
"description": "A wrapper for query selector and html elements",
"main": "index.js",

Expand Down
2 changes: 1 addition & 1 deletion uppm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdom",
"version": "2.0.3",
"version": "3.0.1",
"description": "Javascript DOM-Selector",
"author": "InteraApps",
"keywords": [
Expand Down

0 comments on commit 36284c5

Please sign in to comment.