Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phre1 committed Jul 29, 2022
1 parent b1e4d56 commit c89114f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ HTML:
<!-- Requires Vue version 3.x -->
<script src="https://unpkg.com/vue@next"></script>
<!-- Flow Form -->
<script src="https://unpkg.com/@ditdot-dev/vue-flow-form@2.2.1"></script>
<script src="https://unpkg.com/@ditdot-dev/vue-flow-form@2.3.0"></script>
<!-- Flow Form base CSS -->
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@2.2.1/dist/vue-flow-form.min.css">
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@2.3.0/dist/vue-flow-form.min.css">
<!-- Optional theme.css -->
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@2.2.1/dist/vue-flow-form.theme-minimal.min.css">
<link rel="stylesheet" href="https://unpkg.com/@ditdot-dev/vue-flow-form@2.3.0/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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.2.1",
"version": "2.3.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit c89114f

Please sign in to comment.