Skip to content

Commit 83c9777

Browse files
committed
Bump version
1 parent efb79ee commit 83c9777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2.2</h4>
3+
<h4>Resting v1.2.3</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.2.2",
5+
"version": "1.2.3",
66
"author" : "Mirko Perillo",
77
"homepage_url": "https://github.com/mirkoperillo/resting",
88
"icons": {

0 commit comments

Comments
 (0)