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

Commit 6a1a980

Browse files
version
1 parent 998bad1 commit 6a1a980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client-pony-house",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "The tiny Pony House matrix client",
55
"main": "index.js",
66
"engines": {

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.4',
2+
version: '1.2.5',
33
secretKey: {
44
ACCESS_TOKEN: 'cinny_access_token',
55
DEVICE_ID: 'cinny_device_id',

0 commit comments

Comments
 (0)