Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Commit 0a877e3

Browse files
version
1 parent 59a2c33 commit 0a877e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-pony-house",
3-
"version": "1.2.5",
3+
"version": "1.3.0",
44
"description": "The tiny Pony House matrix client",
55
"main": "index.js",
66
"engines": {
@@ -82,4 +82,4 @@
8282
"vite": "4.0.1",
8383
"vite-plugin-static-copy": "0.13.0"
8484
}
85-
}
85+
}

src/client/state/cons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cons = {
2-
version: '1.2.5',
2+
version: '1.3.0',
33
secretKey: {
44
ACCESS_TOKEN: 'cinny_access_token',
55
DEVICE_ID: 'cinny_device_id',

0 commit comments

Comments
 (0)