Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Eskild Steensen committed Mar 22, 2022
1 parent 9c83a77 commit afed88d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { PublishStatusBar } from 'PublishStatusBar';
import { seedling } from './constants';
import { PublishModal } from 'PublishModal';
import PublishStatusManager from 'PublishStatusManager';
import axios from "axios";

const DEFAULT_SETTINGS: DigitalGardenSettings = {
githubRepo: '',
Expand All @@ -27,7 +26,7 @@ export default class DigitalGarden extends Plugin {
publishModal: PublishModal;

async onload() {
this.appVersion = "2.6.2";
this.appVersion = "2.7.0";
//If current appversion in settings unmatches this, show new notice with info about updating the template

console.log("Initializing DigitalGarden plugin v" + this.appVersion);
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "digitalgarden",
"name": "Digital Garden",
"version": "2.6.2",
"version": "2.7.0",
"minAppVersion": "0.12.0",
"description": "Publish your notes to a digital garden for others to enjoy.",
"author": "Ole Eskild Steensen",
"authorUrl": "https://ole.dev/garden",
"isDesktopOnly": false
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"2.7.0": "0.12.0",
"2.6.2": "0.12.0",
"2.6.1": "0.12.0",
"2.6.0": "0.12.0",
Expand All @@ -18,4 +19,4 @@
"1.2.0": "0.12.0",
"1.1.0": "0.12.0",
"1.0.0": "0.12.0"
}
}

0 comments on commit afed88d

Please sign in to comment.