Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tokenshift committed Dec 21, 2023
1 parent 61fee20 commit 29a63ef
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [UNRELEASED]
## [0.8.1] - 2023-12-20

### Modified

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": "page-gallery",
"name": "Page Gallery",
"version": "0.8.0",
"version": "0.8.1",
"minAppVersion": "0.15.0",
"description": "Creates an embeddable gallery based on selected page contents.",
"author": "Nathan Clark",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-page-gallery",
"version": "0.8.0",
"version": "0.8.1",
"description": "Creates an embeddable gallery based on selected page contents.",
"main": "./src/PageGalleryPlugin.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
"0.7.3": "0.15.0",
"0.7.4": "0.15.0",
"0.7.5": "0.15.0",
"0.8.0": "0.15.0"
"0.8.0": "0.15.0",
"0.8.1": "0.15.0"
}

0 comments on commit 29a63ef

Please sign in to comment.