Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phre1 committed Mar 3, 2021
1 parent 9de91b2 commit 4f33160
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ HTML:
<!-- Requires Vue version 2.6.x -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.11/vue.min.js"></script>
<!-- Flow Form -->
<script src="https://unpkg.com/@ditdot-dev/[email protected].6"></script>
<script src="https://unpkg.com/@ditdot-dev/[email protected].7"></script>
<!-- Flow Form base CSS -->
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].6/dist/vue-flow-form.min.css">
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].7/dist/vue-flow-form.min.css">
<!-- Optional theme.css -->
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].6/dist/vue-flow-form.theme-minimal.min.css">
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/[email protected].7/dist/vue-flow-form.theme-minimal.min.css">
<!-- Optional font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;900&amp;display=swap">
</head>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ditdot-dev/vue-flow-form",
"author": "DITDOT",
"description": "Create conversational conditional-logic forms with Vue.js.",
"version": "1.1.6",
"version": "1.1.7",
"private": false,
"repository": {
"type": "git",
Expand Down

0 comments on commit 4f33160

Please sign in to comment.