Skip to content

Commit

Permalink
chore: Bump version to 1.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed May 15, 2023
1 parent 2e4285a commit d90538a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-drive",
"version": "1.54.0",
"version": "1.55.0",
"main": "src/main.jsx",
"scripts": {
"build": "yarn build:drive && yarn build:photos",
Expand Down
2 changes: 1 addition & 1 deletion src/drive/targets/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Drive",
"name_prefix": "Cozy",
"slug": "drive",
"version": "1.54.0",
"version": "1.55.0",
"type": "webapp",
"licence": "AGPL-3.0",
"icon": "public/app-icon.svg",
Expand Down
4 changes: 2 additions & 2 deletions src/drive/targets/mobile/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="15400000" id="io.cozy.drive.mobile" ios-CFBundleVersion="1.54.0.0" version="1.54.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-versionCode="15500000" id="io.cozy.drive.mobile" ios-CFBundleVersion="1.55.0.0" version="1.55.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 Drive</name>
<description>Sync files from your Cozy.</description>
<author email="[email protected]" href="https://cozy.io">Cozy Cloud</author>
Expand All @@ -11,7 +11,7 @@
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<preference name="AppendUserAgent" value="io.cozy.drive.mobile-1.54.0" />
<preference name="AppendUserAgent" value="io.cozy.drive.mobile-1.55.0" />
<preference name="android-targetSdkVersion" value="29" />
<platform name="android">
<preference name="android-minSdkVersion" value="21" />
Expand Down
2 changes: 1 addition & 1 deletion src/drive/targets/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.cozy.drive.mobile",
"version": "1.54.0",
"version": "1.55.0",
"displayName": "Cozy Drive",
"cordova": {
"platforms": [
Expand Down
2 changes: 1 addition & 1 deletion src/photos/targets/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Photos",
"name_prefix": "Cozy",
"slug": "photos",
"version": "1.54.0",
"version": "1.55.0",
"type": "webapp",
"licence": "AGPL-3.0",
"icon": "public/app-icon.svg",
Expand Down

0 comments on commit d90538a

Please sign in to comment.