Skip to content

Commit

Permalink
Release 0.4.0 (#19)
Browse files Browse the repository at this point in the history
* 0.4.0

* chore: bump version in manifest.json
  • Loading branch information
xUser5000 authored Jul 19, 2021
1 parent 9a1ee43 commit ea4d94f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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-bibtex",
"version": "0.3.0",
"version": "0.4.0",
"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": "com.xUser5000.bibtex",
"app_min_version": "1.7",
"version": "0.3.0",
"version": "0.4.0",
"name": "BibTeX",
"description": "Use locally stored BibTeX files to integrate citation into Joplin",
"author": "Abdallah Ahmed",
Expand Down

0 comments on commit ea4d94f

Please sign in to comment.