Skip to content

Commit

Permalink
Merge pull request #1473 from Astitva877/astitva/version-bump-V2.6.0
Browse files Browse the repository at this point in the history
feat: version update to 2.6.0 []
  • Loading branch information
itsmdasifraza authored Aug 30, 2024
2 parents 27393f1 + 5d95243 commit b8993d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"author": "Sparrow",
"description": "The Sparrow App is your next go to API development buddy which can help you test, debug, distribute better APIs while collaborating with your colleagues and making you a better programmer.",
"version": "2.5.0",
"version": "2.6.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -124,19 +124,19 @@
"assets": [
{
"path": "/Users/runner/work/sparrow-app/sparrow-app/src-tauri/target/debug/bundle/dmg/*.dmg",
"label": "Sparrow_2.5.0.dmg"
"label": "Sparrow_2.6.0.dmg"
},
{
"path": "msi_files/*.exe",
"label": "Sparrow_2.5.0.exe"
"label": "Sparrow_2.6.0.exe"
},
{
"path": "msi_files/*.msi",
"label": "Sparrow_2.5.0.msi"
"label": "Sparrow_2.6.0.msi"
},
{
"path": "msi_files/*.zip",
"label": "Sparrow_2.5.0_x64_en-US.msi.zip"
"label": "Sparrow_2.6.0_x64_en-US.msi.zip"
},
{
"path": "/Users/runner/work/sparrow-app/sparrow-app/src-tauri/target/debug/bundle/macos/Sparrow.app.tar.gz",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@
}
},
"productName": "Sparrow",
"version": "2.5.0"
"version": "2.6.0"
}

0 comments on commit b8993d7

Please sign in to comment.