Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoperillo committed Aug 19, 2022
1 parent 6e17f08 commit 81a978b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/app/components/AboutDialog.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<r-dialog title="About Resting" @dismiss-dialog="$emit('dismiss-dialog')">
<h4>Resting v1.4.0</h4>
<h4>Resting v1.4.1</h4>
<p>License: <a href="https://github.com/mirkoperillo/resting/blob/master/LICENSE" target="_blank">GPLv3</a></p>
<a target="_blank" href="https://github.com/mirkoperillo/resting">Project Website</a> --
<a target="_blank" href="https://github.com/mirkoperillo/resting/issues">Issue tracker</a>
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "rest client focused on organization of the saved requests",
"manifest_version": 2,
"name": "Resting",
"version": "1.4.0",
"version": "1.4.1",
"author" : "Mirko Perillo",
"homepage_url": "https://github.com/mirkoperillo/resting",
"icons": {
Expand Down

0 comments on commit 81a978b

Please sign in to comment.