Skip to content

Commit

Permalink
Merge pull request #496 from pjkaufman/master
Browse files Browse the repository at this point in the history
Updated License Year, Version Info, and Description
  • Loading branch information
pjkaufman authored Nov 10, 2022
2 parents 88b9fb9 + 09d1051 commit a92db31
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Victor Tao
Copyright (c) 2021-2022 Victor Tao

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "obsidian-linter",
"name": "Linter",
"version": "1.7.0",
"version": "1.7.1",
"minAppVersion": "0.15.6",
"description": "Enforces consistent markdown styling.",
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
"author": "Victor Tao",
"authorUrl": "https://github.com/platers",
"isDesktopOnly": false
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obsidian-linter",
"version": "1.7.0",
"description": "Enforces consistent markdown styling for Obsidian (https://obsidian.md)",
"version": "1.7.1",
"description": "Enforces consistent markdown styling for Obsidian (https://obsidian.md). It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.7.1": "0.15.6",
"1.7.0": "0.15.6",
"1.6.0": "0.15.6",
"1.5.1": "0.15.6",
Expand Down

0 comments on commit a92db31

Please sign in to comment.