Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Update version number and enable mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarenholz committed Aug 13, 2022
1 parent 097df38 commit 12ef563
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,20 @@ For now, nothing is planned. If you're interested in features, please make an is

## Contributing

Also excited about making Obsidian a full-fledged IDE? Cool, me too! Contact me and let's talk! Pull requests (especially one that updates the code to use `CodeMirror 6`) are very welcome.
Happy to accept PRs on issues!

## Pricing

This is free. Keep your money, I don't want it.

## Changelog

**Version 0.1.0 (current)**:
**Version 0.2.0 (current)**:

- Long overdue: plugin is enabled for mobile!
- We have over 500 downloads!

**Version 0.1.0**:

- Complete rewrite of registering and deregistering.
- Now _actually_ removes views when deregistering a particular extension.
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-plaintext",
"name": "Plaintext",
"version": "0.1.0",
"version": "0.2.0",
"minAppVersion": "0.13.14",
"description": "Allow opening specified files as plaintext (RAW mode).",
"author": "dbarenholz",
"authorUrl": "https://github.com/dbarenholz/dbarenholz",
"isDesktopOnly": true
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-plaintext",
"version": "0.1.0",
"version": "0.2.0",
"description": "Allow opening specified files as plaintext.",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.2.0": "0.15.9",
"0.1.0": "0.13.14",
"0.0.2": "0.12.12",
"0.0.1": "0.12.12"
Expand Down

0 comments on commit 12ef563

Please sign in to comment.