Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
bump to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wiomoc committed Apr 19, 2020
1 parent dd5bf32 commit 1ed09d7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "hft-app",
"version": "3.0.5",
"version": "3.0.6",
"description": "The HFT App",
"browser_specific_settings": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hft-app",
"version": "3.0.5",
"version": "3.0.6",
"private": true,
"description": "",
"author": "Christoph Walcher & Lukas Jans",
Expand Down
2 changes: 1 addition & 1 deletion src-cordova/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="de.hft.app" version="3.0.5" xmlns="http://www.w3.org/ns/widgets">
<widget id="de.hft.app" version="3.0.6" xmlns="http://www.w3.org/ns/widgets">
<name>HFT App</name>
<description>
The HFT App
Expand Down
2 changes: 1 addition & 1 deletion src-cordova/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 src-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "de.hft.app",
"displayName": "HFT App",
"version": "3.0.5",
"version": "3.0.6",
"description": "The HFT App",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1ed09d7

Please sign in to comment.