Skip to content

Commit

Permalink
chore: 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVidra committed Nov 24, 2023
1 parent 99dd2c3 commit b1db972
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ npm install @rbnd/flows
### Via CDN

```html
<script src="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.16/dist/index.global.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.16/public/flows.css" />
<script src="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.17/dist/index.global.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.17/public/flows.css" />
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion examples/react-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@rbnd/flows": "0.0.16",
"@rbnd/flows": "0.0.17",
"next": "13.5.4",
"react": "^18",
"react-dom": "^18"
Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla-js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<title>Vanilla JS example - Flows JS</title>

<!-- How you would use Flows in your own code -->
<script src="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.16/dist/index.global.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.17/dist/index.global.js"></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.16/public/flows.css"
href="https://cdn.jsdelivr.net/npm/@rbnd/flows@0.0.17/public/flows.css"
/>

<!-- Development scripts -->
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": "@rbnd/flows",
"version": "0.0.16",
"version": "0.0.17",
"description": "A better way to onboard users and drive product adoption.",
"repository": {
"type": "git",
Expand Down

0 comments on commit b1db972

Please sign in to comment.