Skip to content

Commit 2a57c8c

Browse files
committed
Bump version
1 parent 2f3f31f commit 2a57c8c

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
@@ -152,11 +152,11 @@ HTML:
152152
<!-- Requires Vue version 3.x -->
153153
<script src="https://unpkg.com/vue@next"></script>
154154
<!-- Flow Form -->
155-
<script src="https://unpkg.com/@ditdot-dev/vue-flow-form@2.0.1"></script>
155+
<script src="https://unpkg.com/@ditdot-dev/vue-flow-form@2.1.0"></script>
156156
<!-- Flow Form base CSS -->
157-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@2.0.1/dist/vue-flow-form.min.css">
157+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@2.1.0/dist/vue-flow-form.min.css">
158158
<!-- Optional theme.css -->
159-
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@2.0.1/dist/vue-flow-form.theme-minimal.min.css">
159+
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@2.1.0/dist/vue-flow-form.theme-minimal.min.css">
160160
<!-- Optional font -->
161161
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;900&amp;display=swap">
162162
</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": "2.0.1",
5+
"version": "2.1.0",
66
"private": false,
77
"scripts": {
88
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)