Skip to content

Commit

Permalink
Bump version to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anamileva committed Jun 21, 2022
1 parent b6a7337 commit 23aa580
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridpath-ui",
"version": "0.14.0",
"version": "0.14.1",
"main": "src/electron-main.js",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>GridPath v0.14.0</title>
<title>GridPath v0.14.1</title>
<base href="./">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v0.14.0"
__version__ = "v0.14.1"

0 comments on commit 23aa580

Please sign in to comment.