Skip to content

Commit

Permalink
Release v2.2.6g3
Browse files Browse the repository at this point in the history
  • Loading branch information
greentore committed Apr 24, 2023
1 parent 1eb99a9 commit 7e85801
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "2.2.6",
"name": "greeny",
"version": "2.2.6g3",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {
Expand All @@ -16,7 +16,7 @@
"typecheck": "tsc --noEmit"
},
"keywords": [],
"author": "Ajay Bura",
"author": "greentore",
"license": "AGPL-3.0-only",
"dependencies": {
"@fontsource/inter": "4.5.14",
Expand Down
2 changes: 1 addition & 1 deletion src/client/state/cons.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const cons = {
version: '2.2.6g2',
version: '2.2.6g3',
secretKey: {
ACCESS_TOKEN: 'cinny_access_token',
DEVICE_ID: 'cinny_device_id',
Expand Down

0 comments on commit 7e85801

Please sign in to comment.