Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit a6dbc0b

Browse files
committed
chore: release v2.2.6
1 parent eeeb7a8 commit a6dbc0b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/issue_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ labels: investigation
66

77
---
88

9-
<!--
9+
<!--
1010
The following (lightweight) template is made to avoid recurring questions in new bug reports
1111
and to facilitate problem diagnosis. You are free to ignore it, but filling it correctly will
1212
help a lot. Either way, thanks for taking the time to write a report.
@@ -16,8 +16,8 @@ labels: investigation
1616

1717
## Technical information
1818
**Using version:**
19-
- [ ] `master` (running from GitHub-published source code, currently `v3.0.0-pre`)
20-
- [ ] `latest` (latest release, currently `v2.2.5`)
19+
- [ ] `master` (running from GitHub-published source code, currently `v2.2.7-pre`)
20+
- [ ] `latest` (latest release, currently `v2.2.6`)
2121
- [ ] `vX.X.X` (specify other version)
2222

2323
**Running on:**
@@ -29,7 +29,7 @@ labels: investigation
2929
- [ ] I'm kind of lost, honestly
3030
- [ ] I know what's up, I could help you run some commands or checks
3131
- [ ] My machine is fully under my control, tell me what you need
32-
- [ ] I attended [Defcon](https://defcon.org/) last year
32+
- [ ] I attended [Defcon](https://defcon.org) last year
3333

3434
---
3535

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<a href="#featured-in"><img alt="undefined" src="https://img.shields.io/github/downloads/GitSquared/edex-ui/total.svg?style=popout"></a>
99
<a href="https://github.com/GitSquared/edex-ui/blob/master/LICENSE"><img alt="undefined" src="https://img.shields.io/github/license/GitSquared/edex-ui.svg?style=popout"></a>
1010
<br>
11-
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.2.5/eDEX-UI-Windows.exe" target="_blank"><img alt="undefined" src="https://badgen.net/badge/Download/Windows/?color=blue&icon=windows&label"></a>
12-
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.2.5/eDEX-UI-macOS.dmg" target="_blank"><img alt="undefined" src="https://badgen.net/badge/Download/macOS/?color=grey&icon=apple&label"></a>
13-
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.2.5/eDEX-UI-Linux-x86_64.AppImage" target="_blank"><img alt="undefined" src="https://badgen.net/badge/Download/Linux64/?color=orange&icon=terminal&label"></a>
14-
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.2.5/eDEX-UI-Linux-arm64-AppImage" target="_blank"><img alt="undefined" src="https://badgen.net/badge/Download/LinuxArm64/?color=orange&icon=terminal&label"></a>
11+
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.2.6/eDEX-UI-Windows.exe" target="_blank"><img alt="undefined" src="https://badgen.net/badge/Download/Windows/?color=blue&icon=windows&label"></a>
12+
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.2.6/eDEX-UI-macOS.dmg" target="_blank"><img alt="undefined" src="https://badgen.net/badge/Download/macOS/?color=grey&icon=apple&label"></a>
13+
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.2.6/eDEX-UI-Linux-x86_64.AppImage" target="_blank"><img alt="undefined" src="https://badgen.net/badge/Download/Linux64/?color=orange&icon=terminal&label"></a>
14+
<a href="https://github.com/GitSquared/edex-ui/releases/download/v2.2.6/eDEX-UI-Linux-arm64-AppImage" target="_blank"><img alt="undefined" src="https://badgen.net/badge/Download/LinuxArm64/?color=orange&icon=terminal&label"></a>
1515
<a href="https://aur.archlinux.org/packages/edex-ui" target="_blank"><img alt="undefined" src="https://badgen.net/badge/AUR/Package/cyan"></a>
1616
<br><br><br>
1717
</p>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "edex-ui",
33
"productName": "eDEX-UI",
4-
"version": "3.0.0-pre",
4+
"version": "2.2.6",
55
"description": "A science fiction desktop running everywhere. Awesome.",
66
"keywords": [
77
"desktop",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "edex-ui",
33
"productName": "eDEX-UI",
4-
"version": "3.0.0-pre",
4+
"version": "2.2.6",
55
"description": "eDEX-UI sci-fi interface",
66
"keywords": [
77
"desktop",

0 commit comments

Comments
 (0)