File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "id" : " dataview" ,
33 "name" : " Dataview" ,
4- "version" : " 0.1.6 " ,
4+ "version" : " 0.1.7 " ,
55 "minAppVersion" : " 0.10.13" ,
66 "description" : " Complex data views for the data-obsessed." ,
77 "author" :
" Michael Brenan <[email protected] >" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " obsidian-dataview" ,
3- "version" : " 0.1.6 " ,
3+ "version" : " 0.1.7 " ,
44 "description" : " Advanced data views for Obsidian.md." ,
55 "main" : " main.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default class DataviewPlugin extends Plugin {
2929
3030 this . addSettingTab ( new DataviewSettingsTab ( this . app , this ) ) ;
3131
32- console . log ( "Dataview Plugin - Version 0.1.6 Loaded" ) ;
32+ console . log ( "Dataview Plugin - Version 0.1.7 Loaded" ) ;
3333
3434 if ( ! this . workspace . layoutReady ) {
3535 this . workspace . on ( "layout-ready" , async ( ) => this . prepareIndexes ( ) ) ;
Original file line number Diff line number Diff line change 66 "0.1.3" : " 0.10.7" ,
77 "0.1.4" : " 0.10.7" ,
88 "0.1.5" : " 0.10.13" ,
9- "0.1.6" : " 0.10.13"
9+ "0.1.6" : " 0.10.13" ,
10+ "0.1.7" : " 0.10.13"
1011}
You can’t perform that action at this time.
0 commit comments