Skip to content

Commit 4f33160

Browse files
committed
Version bump
1 parent 9de91b2 commit 4f33160

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ HTML:
148148
<!-- Requires Vue version 2.6.x -->
149149
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.11/vue.min.js"></script>
150150
<!-- Flow Form -->
151-
<script src="https://unpkg.com/@ditdot-dev/[email protected].6"></script>
151+
<script src="https://unpkg.com/@ditdot-dev/[email protected].7"></script>
152152
<!-- Flow Form base CSS -->
153-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].6/dist/vue-flow-form.min.css">
153+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].7/dist/vue-flow-form.min.css">
154154
<!-- Optional theme.css -->
155-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].6/dist/vue-flow-form.theme-minimal.min.css">
155+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].7/dist/vue-flow-form.theme-minimal.min.css">
156156
<!-- Optional font -->
157157
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;900&amp;display=swap">
158158
</head>

package.json

+1-1
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.1.6",
5+
"version": "1.1.7",
66
"private": false,
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)