Skip to content

Commit

Permalink
chore(Release): version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Garifullin Ruslan committed Dec 17, 2020
1 parent c60b9e5 commit 2ca1147
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 19 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# DiscordQt
[![npm](https://img.shields.io/npm/v/discord-qt)](https://www.npmjs.com/package/discord-qt)
![DiscordQt CI](https://github.com/ruslang02/discord-qt/workflows/DiscordQt%20CI/badge.svg)
![David](https://img.shields.io/david/ruslang02/discord-qt)

Expand All @@ -12,17 +11,6 @@ It offers a significantly less resource-consuming experience comparing to the of

![Screenshot](screenshot.png)

## Installing from npm
Windows (macOS should work as well, however not tested):
```bash
npm i -g discord-qt
```

Linux:
```
# npm i -g discord-qt --unsafe-perm --allow-root
```

## Building from sources

Node.JS v12+ is required to build.
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: discord-qt
Version: 0.4.5
Version: 0.5.0
Section: net
Priority: optional
Homepage: https://github.com/ruslang02/discord-qt
Expand Down
6 changes: 3 additions & 3 deletions deploy/darwin/Discord-Qt.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.5</string>
<string>0.5.0</string>
<key>CFBundleVersion</key>
<string>0.4.5</string>
<string>0.5.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>LSMinimumSystemVersion</key>
<string>10.15</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 Ruslan Garifullin. All rights reserved.</string>
<string>Copyright 2020 Ruslan Garifullin</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
</dict>
Expand Down
7 changes: 6 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-qt",
"version": "0.4.5",
"version": "0.5.0",
"main": "launch.js",
"author": "Ruslan Garifullin <ruslan.g2002@gmail.com>",
"keywords": [
Expand Down Expand Up @@ -57,6 +57,7 @@
"opusscript": "0.0.7",
"pngjs": "^5.0.0",
"prism-media": "^1.2.3",
"source-sans-pro": "^3.6.0",
"tweetnacl": "^1.0.3",
"twemoji": "^13.0.1",
"whatwg-fetch": "^3.5.0"
Expand Down
2 changes: 1 addition & 1 deletion src/patches/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const DQConstants = {
MessageNotificationTypes,

UserAgent:
'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) discord-qt/0.4.5 Chrome/78.0.3904.130 Electron/7.3.2 Safari/537.36',
'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) discord-qt/0.5.0 Chrome/78.0.3904.130 Electron/7.3.2 Safari/537.36',
};

Object.assign(Constants, DQConstants);

0 comments on commit 2ca1147

Please sign in to comment.