Skip to content

Commit

Permalink
Merge pull request #608 from Adamant-im/chore/version-bumper
Browse files Browse the repository at this point in the history
Release v.4.6.0
  • Loading branch information
RealGoodProgrammer authored Mar 14, 2024
2 parents e78e602 + e5c2d37 commit 9552365
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adamant-wallets
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adamant-im",
"version": "4.5.3",
"version": "4.6.0",
"author": "ADAMANT Foundation <[email protected]>",
"license": "GPLv3",
"description": "Decentralized Messenger",
Expand All @@ -23,6 +23,9 @@
"https": "vite preview --https",
"test": "vitest",
"coverage": "vitest run --coverage",
"bump-patch": "npm version patch",
"bump-minor": "npm version minor",
"bump-major": "npm version major",
"postinstall": "electron-builder install-app-deps && npm run schema:generate"
},
"dependencies": {
Expand Down

0 comments on commit 9552365

Please sign in to comment.