Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Jan 20, 2022
1 parent 2cbd02d commit 26a03c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="102149" id="org.scify.dianoia.app" version="2.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="102149" id="org.scify.dianoia.app" version="2.2.2" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>diAnoia</name>
<description>Non-pharmaceutical activities for people with dementia.</description>
<author email="info@scify.org" href="http://www.scify.gr/site/en/">SciFY Team</author>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dianoia",
"version": "2.2.1",
"version": "2.2.2",
"author": "SciFY",
"homepage": "https://dianoia-app.scify.org/",
"private": true,
Expand Down Expand Up @@ -119,4 +119,4 @@
"browser"
]
}
}
}
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class MyApp {
@ViewChild(Nav) nav: Nav;

rootPage: any = 'HomePage';
appVersionName: string = '2.2.1';
appVersionName: string = '2.2.2';
onDemandLang: string;
shapesMode: false;

Expand Down
2 changes: 1 addition & 1 deletion src/pages/about/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {TranslateService} from "@ngx-translate/core";
})
export class AboutPage {

version: string = '2.2.1';
version: string = '2.2.2';
iconPath: string = 'assets/img/en/icon.png';

constructor(public navCtrl: NavController, public navParams: NavParams,
Expand Down

0 comments on commit 26a03c1

Please sign in to comment.