File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -940,7 +940,7 @@ const IxImg = defineComponent({
940
940
} ) ;
941
941
}
942
942
} ) ;
943
- const VERSION = "3.1.0-rc.1 " ;
943
+ const VERSION = "3.1.0-rc.2 " ;
944
944
const clientOptionDefaults = {
945
945
includeLibraryParam : true
946
946
} ;
Original file line number Diff line number Diff line change @@ -940,7 +940,7 @@ const IxImg = defineComponent({
940
940
} ) ;
941
941
}
942
942
} ) ;
943
- const VERSION = "3.1.0-rc.1 " ;
943
+ const VERSION = "3.1.0-rc.2 " ;
944
944
const clientOptionDefaults = {
945
945
includeLibraryParam : true
946
946
} ;
Original file line number Diff line number Diff line change 943
943
} ) ;
944
944
}
945
945
} ) ;
946
- const VERSION = "3.1.0-rc.1 " ;
946
+ const VERSION = "3.1.0-rc.2 " ;
947
947
const clientOptionDefaults = {
948
948
includeLibraryParam : true
949
949
} ;
Original file line number Diff line number Diff line change 23
23
"module" : " dist/imgix-vue.esm.js" ,
24
24
"jsnext:main" : " dist/imgix-vue.esm.js" ,
25
25
"unpkg" : " dist/imgix-vue.min.js" ,
26
- "version" : " 3.1.0-rc.2 " ,
26
+ "version" : " 3.1.0" ,
27
27
"scripts" : {
28
28
"dev" : " vite" ,
29
29
"build" : " yarn clean && vite build && yarn build:min" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
13
13
} from './types' ;
14
14
15
15
// Do not change this
16
- const VERSION = '3.1.0-rc.2 ' ;
16
+ const VERSION = '3.1.0' ;
17
17
18
18
const clientOptionDefaults = {
19
19
includeLibraryParam : true ,
You can’t perform that action at this time.
0 commit comments