Skip to content

Commit

Permalink
chore: Bump to 1.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taratatach committed Apr 5, 2023
1 parent 6d0bff0 commit 31bcdbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.53.1

## 🐛 Bug Fixes

# 1.53.0

## ✨ Features
Expand Down
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.53.0",
"version": "1.53.1",
"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="1530000" ios-CFBundleIdentifier="io.cozy.banks" ios-CFBundleVersion="1.53.0.0" version="1.53.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="1531000" ios-CFBundleIdentifier="io.cozy.banks" ios-CFBundleVersion="1.53.1.0" version="1.53.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">
<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.53.0" />
<preference name="AppendUserAgent" value="io.cozy.banks.mobile-1.53.1" />
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
Expand Down

0 comments on commit 31bcdbe

Please sign in to comment.