Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
josnin committed Apr 26, 2023
1 parent 35fdf28 commit 8aac457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import { Redgin } from 'https://cdn.jsdelivr.net/npm/redgin@latest/dist/redgin.min.js'

// or specific version
import { RedGin } from 'https://cdn.jsdelivr.net/npm/[email protected].17/dist/redgin.min.js'
import { RedGin } from 'https://cdn.jsdelivr.net/npm/[email protected].18/dist/redgin.min.js'

```

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": "redgin",
"version": "0.1.17",
"version": "0.1.18",
"description": "~5.3kb Simplified library for building Web Components, works on Vanilla JS / all JS framework",
"keywords": [
"redgin",
Expand Down

0 comments on commit 8aac457

Please sign in to comment.