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

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Jun 5, 2023
1 parent 59a2c33 commit 0a877e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client-pony-house",
"version": "1.2.5",
"version": "1.3.0",
"description": "The tiny Pony House matrix client",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -82,4 +82,4 @@
"vite": "4.0.1",
"vite-plugin-static-copy": "0.13.0"
}
}
}
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: '1.2.5',
version: '1.3.0',
secretKey: {
ACCESS_TOKEN: 'cinny_access_token',
DEVICE_ID: 'cinny_device_id',
Expand Down

0 comments on commit 0a877e3

Please sign in to comment.