Skip to content

Commit e2a5312

Browse files
committed
Update unpkg links in README.md
1 parent 863821a commit e2a5312

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ HTML:
134134
<head>
135135
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.2.6/vue.min.js"></script>
136136
<!-- Flow Form -->
137-
<script src="https://unpkg.com/@ditdot-dev/vue-flow-form"></script>
137+
<script src="https://unpkg.com/@ditdot-dev/vue-flow-form@1.0.9"></script>
138138
<!-- Flow Form base CSS -->
139-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form/dist/vue-flow-form.min.css">
139+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@1.0.9/dist/vue-flow-form.min.css">
140140
<!-- Optional theme.css -->
141-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form/dist/vue-flow-form.theme.css">
141+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@1.0.9/dist/vue-flow-form.theme.css">
142142
</head>
143143
<body>
144144
<div id="app">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ditdot-dev/vue-flow-form",
33
"author": "DITDOT",
44
"description": "Create conversational conditional-logic forms with Vue.js.",
5-
"version": "1.0.8",
5+
"version": "1.0.9",
66
"private": false,
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)