fix(documentation): Remove unnecessary markdown syntax from the README.

This commit is contained in:
2025-01-24 02:04:54 +01:00
parent 9b31263a32
commit 4d0c97f948
3 changed files with 6 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfm',
version: '2.2.0',
version: '2.2.1',
description: 'A Node.js module for handling and processing frontmatter in markdown and text files, leveraging the gray-matter library for parsing and stringifying YAML or JSON formatted frontmatter.'
}