Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 399cf0e

Browse files
committed
Version 1.7.0
1 parent e1490cb commit 399cf0e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

_layouts/default.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<meta name="generator" content="Jekyll v3.8.6">
99

1010

11-
<meta name="twitter:image:src" content="https://safrazik.github.io/vue-file-agent/website/assets/cover.png?v=1.6.0" />
11+
<meta name="twitter:image:src" content="https://safrazik.github.io/vue-file-agent/website/assets/cover.png?v=1.7.0" />
1212
<meta name="twitter:site" content="@safrazik" />
1313
<meta name="twitter:card" content="summary_large_image" />
1414
<meta name="twitter:title" content="{{ site.title }}" />
1515
<meta name="twitter:description" content="{{ site.description }}" />
1616

17-
<meta property="og:image" content="https://safrazik.github.io/vue-file-agent/website/assets/cover.png?v=1.6.0" />
17+
<meta property="og:image" content="https://safrazik.github.io/vue-file-agent/website/assets/cover.png?v=1.7.0" />
1818
<meta property="og:site_name" content="GitHub" />
1919
<meta property="og:type" content="object" />
2020
<meta property="og:title" content="{{ site.title }}" />
@@ -29,11 +29,11 @@
2929

3030

3131
{% if layout.external_urls %}
32-
<link rel="stylesheet" href="https://safrazik.github.io/vue-file-agent/website/assets/styles.css?v=1.6.0">
33-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vue-file-agent@1.6.0/dist/vue-file-agent.css">
32+
<link rel="stylesheet" href="https://safrazik.github.io/vue-file-agent/website/assets/styles.css?v=1.7.0">
33+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vue-file-agent@1.7.0/dist/vue-file-agent.css">
3434
{% else %}
35-
<link rel="stylesheet" href="{{ "/website/assets/styles.css?v=1.6.0" | prepend: site.baseurl }}">
36-
<link rel="stylesheet" href="{{ "/vue-file-agent.css?v=1.6.0" | prepend: site.dist_baseurl }}">
35+
<link rel="stylesheet" href="{{ "/website/assets/styles.css?v=1.7.0" | prepend: site.baseurl }}">
36+
<link rel="stylesheet" href="{{ "/vue-file-agent.css?v=1.7.0" | prepend: site.dist_baseurl }}">
3737
{% endif %}
3838

3939
{% if site.google_analytics %}
@@ -62,7 +62,7 @@
6262
<div class="container" style="padding-left: 15px;
6363
padding-right: 15px;">
6464
<a class="navbar-brand" href="{{ "/" | prepend: site_base_url }}">
65-
<img style="width: 40px; height: 40px; border-radius: 50%;" src="{{ "/website/assets/logo.png?v=1.6.0" | prepend: site_base_url }}">
65+
<img style="width: 40px; height: 40px; border-radius: 50%;" src="{{ "/website/assets/logo.png?v=1.7.0" | prepend: site_base_url }}">
6666
Vue File Agent
6767
</a>
6868
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
@@ -87,9 +87,9 @@
8787
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
8888
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/tus.js"></script>
8989
{% if layout.external_urls %}
90-
<script src="https://cdn.jsdelivr.net/npm/vue-file-agent@1.6.0/dist/vue-file-agent.umd.js"></script>
90+
<script src="https://cdn.jsdelivr.net/npm/vue-file-agent@1.7.0/dist/vue-file-agent.umd.js"></script>
9191
{% else %}
92-
<script src='{{ "/vue-file-agent.umd.js?v=1.6.0" | prepend: site.dist_baseurl }}'></script>
92+
<script src='{{ "/vue-file-agent.umd.js?v=1.7.0" | prepend: site.dist_baseurl }}'></script>
9393
{% endif %}
9494

9595
<script src="https://unpkg.com/vue-slicksort@latest/dist/vue-slicksort.min.js"></script>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-file-agent",
3-
"version": "1.7.0-beta.1",
3+
"version": "1.7.0",
44
"description": "High performant Vue file upload component with elegant and distinguishable previews for every file type and support for drag and drop, validations, default uploader with progress support and externally customizable in the \"vue way\"",
55
"main": "dist/vue-file-agent.umd.js",
66
"types": "types/src/index.d.ts",

0 commit comments

Comments
 (0)