Skip to content

Commit

Permalink
bump version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuerwin committed Jan 25, 2024
1 parent 908a109 commit 1906dad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## not released

## v1.4.0 (2024-01-25)

## v1.3.2 (2024-01-24)

chore: Bump dependencies (follow-redirects, node-fetch and @joplin/lib, plus npm update)
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": "joplin-plugin-attache",
"version": "1.3.2",
"version": "1.4.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
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "io.github.manuerwin.attache",
"app_min_version": "2.13.13",
"version": "1.3.2",
"version": "1.4.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 1906dad

Please sign in to comment.