Skip to content

Commit 3740e6a

Browse files
committed
Bump version
1 parent 1603a87 commit 3740e6a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Everything is stored offline on your device, all the data is saved locally in th
1717
## Roadmap
1818
This is the road to Resting v2.0
1919

20-
- [ ] Support file uploading [#53](https://github.com/mirkoperillo/resting/issues/53)
20+
- [x] Support file uploading [#53](https://github.com/mirkoperillo/resting/issues/53)
2121
- [ ] Complete Oauth2.0 authentication [#110](https://github.com/mirkoperillo/resting/issues/110)
2222
- [ ] Headers completion suggestion [#52](https://github.com/mirkoperillo/resting/issues/52)
2323
- [ ] List available context variables fo the request [#114](https://github.com/mirkoperillo/resting/issues/114)

src/js/app/components/AboutDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<r-dialog title="About Resting" @dismiss-dialog="$emit('dismiss-dialog')">
3-
<h4>Resting v1.3.1</h4>
3+
<h4>Resting v1.4.0</h4>
44
<p>License: <a href="https://github.com/mirkoperillo/resting/blob/master/LICENSE" target="_blank">GPLv3</a></p>
55
<a target="_blank" href="https://github.com/mirkoperillo/resting">Project Website</a> --
66
<a target="_blank" href="https://github.com/mirkoperillo/resting/issues">Issue tracker</a>

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "rest client focused on organization of the saved requests",
33
"manifest_version": 2,
44
"name": "Resting",
5-
"version": "1.3.1",
5+
"version": "1.4.0",
66
"author" : "Mirko Perillo",
77
"homepage_url": "https://github.com/mirkoperillo/resting",
88
"icons": {

0 commit comments

Comments
 (0)