Skip to content

Commit 860b84c

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
remove unused code
1 parent 102243e commit 860b84c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/IKImage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<script>
66
import { defineComponent } from 'vue';
77
import ImageKit from 'imagekit-javascript';
8-
const VERSION = "2.0.2";
8+
const VERSION = "3.0.1";
99
1010
export default defineComponent({
1111
name: "ik-image",

src/components/IKUpload.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script>
88
import ImageKit from "imagekit-javascript";
99
import { inject, ref } from "vue";
10-
const VERSION = "2.0.2";
10+
const VERSION = "3.0.1";
1111
1212
export default {
1313
name: "ik-upload",

src/components/IKVideo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<script>
66
import ImageKit from 'imagekit-javascript';
7-
const VERSION = "2.0.2";
7+
const VERSION = "3.0.1";
88
99
export default {
1010
name: "ik-video",

0 commit comments

Comments
 (0)