Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JackGruber committed Feb 4, 2021
1 parent 8e94246 commit c15a974
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.3.1 (2021-01-29)

Fix: Folder with a beginning dot is excluded #5

## v0.3.0 (2021-01-29)

- Add: Option for multiple Hotfolders
Expand Down
2 changes: 1 addition & 1 deletion 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-hotfolder",
"version": "0.3.0",
"version": "0.3.1",
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --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.jackgruber.hotfolder",
"app_min_version": "1.7.1",
"version": "0.3.0",
"version": "0.3.1",
"name": "Hotfolder",
"description": "Monitors a locale folder and import the files as a new note.",
"author": "JackGruber",
Expand Down

0 comments on commit c15a974

Please sign in to comment.