Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoperillo committed Jun 23, 2022
1 parent 1603a87 commit 3740e6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Everything is stored offline on your device, all the data is saved locally in th
## Roadmap
This is the road to Resting v2.0

- [ ] Support file uploading [#53](https://github.com/mirkoperillo/resting/issues/53)
- [x] Support file uploading [#53](https://github.com/mirkoperillo/resting/issues/53)
- [ ] Complete Oauth2.0 authentication [#110](https://github.com/mirkoperillo/resting/issues/110)
- [ ] Headers completion suggestion [#52](https://github.com/mirkoperillo/resting/issues/52)
- [ ] List available context variables fo the request [#114](https://github.com/mirkoperillo/resting/issues/114)
Expand Down
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.3.1</h4>
<h4>Resting v1.4.0</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.3.1",
"version": "1.4.0",
"author" : "Mirko Perillo",
"homepage_url": "https://github.com/mirkoperillo/resting",
"icons": {
Expand Down

0 comments on commit 3740e6a

Please sign in to comment.