diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-04-14 01:48:12 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-04-14 01:48:12 +0530 |
commit | 549f75c9e271ca9b8b8f919ee996526b31e659a8 (patch) | |
tree | e73fd773c32e80ef94fb638bad9bc31c0d3ea2fc /package.json | |
parent | 13bf1d14499e9cbb9d99c8bbc350e3cb5a7a4fd2 (diff) |
Bug fix: refresh token not containing the version
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 302cc5f..eab1f15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "financer", - "version": "0.0.1", + "version": "0.0.2", "description": "Pocket Money Tracker", "main": "dist/index.js", "scripts": { |