Skip to content

Commit

Permalink
chore: Bump to 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Pires committed Jun 25, 2021
1 parent 70efb63 commit d051563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.webapp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Banks",
"version": "1.31.0",
"version": "1.32.0",
"name_prefix": "Cozy",
"slug": "banks",
"registry_namespace": "banks",
Expand Down
4 changes: 2 additions & 2 deletions src/targets/mobile/config.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-packageName="io.cozy.banks.mobile" android-versionCode="1300000" ios-CFBundleIdentifier="io.cozy.banks" ios-CFBundleVersion="1.30.0.0" version="1.30.0" 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-packageName="io.cozy.banks.mobile" android-versionCode="1320000" ios-CFBundleIdentifier="io.cozy.banks" ios-CFBundleVersion="1.32.0.0" version="1.32.0" 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>Cozy Banks</name>
<description>The banking application for Cozy</description>
<author email="[email protected]" href="https://cozy.io">Cozy Cloud</author>
<preference name="AppendUserAgent" value="io.cozy.banks.mobile-1.30.0" />
<preference name="AppendUserAgent" value="io.cozy.banks.mobile-1.32.0" />
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
Expand Down

0 comments on commit d051563

Please sign in to comment.