Skip to content

Commit

Permalink
version: v0.2.5 (mobile)
Browse files Browse the repository at this point in the history
  • Loading branch information
alondmnt committed Apr 29, 2024
1 parent 568d5ee commit e2ee54a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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-space-indenter",
"version": "0.2.4",
"version": "0.2.5",
"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
6 changes: 4 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"manifest_version": 1,
"id": "joplin.plugin.space-indenter",
"app_min_version": "2.6",
"version": "0.2.4",
"app_min_version_mobile": "3.0",
"version": "0.2.5",
"name": "Space Indenter",
"description": "Indent paragraphs with spaces instead of tabs",
"author": "Alon Diament",
"homepage_url": "https://github.com/alondmnt/joplin-plugin-space-indenter",
"repository_url": "https://github.com/alondmnt/joplin-plugin-space-indenter",
"keywords": [],
"categories": ["editor"]
"categories": ["editor"],
"platforms": ["desktop", "mobile"]
}

0 comments on commit e2ee54a

Please sign in to comment.