Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drbap authored Jun 9, 2024
1 parent 091dd8b commit 44b913b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [2.1.1] - 2024-06-08
### Fixes

- Removed version number notice when loading the plugin.

## [2.1.0] - 2024-06-08
### Improvements

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "laser-beam",
"name": "Laser beam",
"version": "2.1.0",
"version": "2.1.1",
"minAppVersion": "1.1.0",
"description": "Improve your reading experience with customizable laser lines.",
"author": "Bernardo Pires",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laser-beam",
"version": "2.1.0",
"version": "2.1.1",
"description": "Laser reading lines for Obsidian",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"1.0.1": "1.1.0",
"1.0.2": "1.1.0",
"2.0.0": "1.1.0",
"2.1.0": "1.1.0"
"2.1.0": "1.1.0",
"2.1.1": "1.1.0"
}

0 comments on commit 44b913b

Please sign in to comment.