Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bump to version 1.62.0 #3000

Merged
merged 1 commit into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-drive",
"version": "1.61.0",
"version": "1.62.0",
"main": "src/main.jsx",
"scripts": {
"build": "yarn build:drive && yarn build:photos",
Expand Down Expand Up @@ -102,11 +102,11 @@
"splashicon-generator": "0.2.12",
"stylint": "1.5.9",
"tar": "6.1.12",
"terser-webpack-plugin": "1.4.5",
"testcafe": "2.0.2",
"unzipper": "0.10.11",
"visualreview-client": "git+https://github.com/cozy/VisualReview-node-client.git#v0.0.4",
"worker-loader": "2.0.0",
"terser-webpack-plugin": "1.4.5"
"worker-loader": "2.0.0"
},
"dependencies": {
"@cozy/minilog": "1.0.0",
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.61.0",
"version": "1.62.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="16100000" id="io.cozy.drive.mobile" ios-CFBundleVersion="1.61.0.0" version="1.61.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="16200000" id="io.cozy.drive.mobile" ios-CFBundleVersion="1.62.0.0" version="1.62.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="contact@cozycloud.cc" 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.61.0" />
<preference name="AppendUserAgent" value="io.cozy.drive.mobile-1.62.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.61.0",
"version": "1.62.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.61.0",
"version": "1.62.0",
"type": "webapp",
"licence": "AGPL-3.0",
"icon": "public/app-icon.svg",
Expand Down
Loading