File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Responsively-App" ,
33 "productName" : " ResponsivelyApp" ,
4- "version" : " 1.13 .0" ,
4+ "version" : " 1.14 .0" ,
55 "description" : " A developer-friendly browser for developing responsive web apps" ,
66 "keywords" : [
77 " developer-tools" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " ResponsivelyApp" ,
3- "version" : " 1.13 .0" ,
3+ "version" : " 1.14 .0" ,
44 "description" : " A developer-friendly browser for developing responsive web apps" ,
55 "license" : " MIT" ,
66 "author" : {
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export const migrations = {
8686 } ,
8787 ] ) ;
8888 } ,
89- '1.13 .0' : ( store : Store ) => {
89+ '1.14 .0' : ( store : Store ) => {
9090 // Migrate dpi to dpr in custom devices
9191 try {
9292 const previousCustomDevices : any [ ] = store . get (
@@ -102,11 +102,11 @@ export const migrations = {
102102 } ) ;
103103 store . set ( 'deviceManager.customDevices' , newCustomDevices ) ;
104104 console . log (
105- 'Migration for 1.13 .0 successful' ,
105+ 'Migration for 1.14 .0 successful' ,
106106 store . get ( 'deviceManager.customDevices' )
107107 ) ;
108108 } catch ( e ) {
109- console . log ( 'Migration for 1.13 .0 failed' , e ) ;
109+ console . log ( 'Migration for 1.14 .0 failed' , e ) ;
110110 }
111111 } ,
112112} ;
You can’t perform that action at this time.
0 commit comments