Skip to content

Commit

Permalink
Fix #605
Browse files Browse the repository at this point in the history
  • Loading branch information
oleeskild committed Jun 13, 2024
1 parent d566204 commit d3c3b3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "digitalgarden",
"name": "Digital Garden",
"version": "2.57.1",
"version": "2.57.2",
"minAppVersion": "0.12.0",
"description": "Publish your notes to the web for others to enjoy. For free.",
"author": "Ole Eskild Steensen",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "digitalgarden",
"name": "Digital Garden",
"version": "2.57.1",
"version": "2.57.2",
"minAppVersion": "0.12.0",
"description": "Publish your notes to the web for others to enjoy. For free.",
"author": "Ole Eskild Steensen",
Expand Down
3 changes: 1 addition & 2 deletions src/repositoryConnection/RepositoryConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ import { CompiledPublishFile } from "src/publishFile/PublishFile";
const logger = Logger.get("repository-connection");
const oktokitLogger = Logger.get("octokit");

//TODO: Move to global constants
const IMAGE_PATH_BASE = "src/site/img/user/";
const IMAGE_PATH_BASE = "src/site/";
const NOTE_PATH_BASE = "src/site/notes/";

interface IOctokitterInput {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"2.57.2": "0.12.0",
"2.57.1": "0.12.0",
"2.57.0": "0.12.0",
"2.56.2": "0.12.0",
Expand Down

0 comments on commit d3c3b3f

Please sign in to comment.