Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Jan 6, 2022
1 parent 910ac14 commit 5267af6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-studrss",
"version": "1.0.1",
"version": "1.1.0",
"description": "Ein Bot, der aus dem Studon RSS Feed liest und die Nachrichten in einen Matrix Chat schickt",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/neferin12/matrix-studrss-bot#readme",
"dependencies": {
"dotenv": "^8.2.0",
"matrix-bot-sdk": "^0.5.17",
"matrix-bot-sdk": "^0.5.19",
"rss-parser": "^3.12.0",
"simple-json-db": "^1.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/matrix/Client.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import {
MatrixClient,
SimpleFsStorageProvider,
RichReply, AutojoinRoomsMixin
AutojoinRoomsMixin
} from "matrix-bot-sdk";

import {version} from "../../package.json"
import {Database} from "../db";

const helpHTML = "<h2>StudOnRSS Matrix Bot (VERSION)</h2>\n" +
const helpHTML = "<h3>StudOnRSS Matrix Bot (v"+version+")</h3>\n" +
"Available commands are:\n" +
"<ul>\n" +
" <li><code>help</code>: Shows this help dialog</li>\n" +
Expand Down

0 comments on commit 5267af6

Please sign in to comment.