Skip to content

Commit

Permalink
Update framework to 1.3.0, hoping will close an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
manuerwin committed Dec 26, 2023
1 parent 6e1b8c6 commit ed571a7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

## not released

## v1.3.0 (2023-12-26)

DOCS: minor updates to README - there is no UI
CHORE: updating Jopin framework. May also close out issue #19.
DOCS: minor updates to README - there is no UI.

## v1.2.0 (2023-07-18)

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-attache",
"version": "1.2.0",
"version": "1.3.0",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
Expand Down Expand Up @@ -58,4 +58,4 @@
"files": [
"publish"
]
}
}
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 1,
"id": "io.github.manuerwin.attache",
"app_min_version": "2.6.9",
"version": "1.2.0",
"app_min_version": "2.13.11",
"version": "1.3.0",
"name": "Attaché",
"description": "Your attachment updater. Mass replacement of Joplin attachments (resources) such as resized image files, current music playlists, and any other attachments you need to one-off or regularly update within Joplin.",
"author": "Manu Erwin",
Expand Down

0 comments on commit ed571a7

Please sign in to comment.