diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e27dc435..5a82d548d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### 0.38.1 - 2021-09-03 + +### Changed + +- Update iOS permission usage description + ## 0.38.0 - 2021-08-24 ### Added diff --git a/android/app/build.gradle b/android/app/build.gradle index 29f9da497..e2c1163a1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "io.numbersprotocol.capturelite" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 210 - versionName "0.38.0" + versionCode 211 + versionName "0.38.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist index c47565752..411e8209b 100644 --- a/ios/App/App/Info.plist +++ b/ios/App/App/Info.plist @@ -44,17 +44,17 @@ NSCameraUsageDescription - Grant camera permission to take photos and video. + Grant camera permission to allow the app to take images and videos of the unique moments that you want to keep. NSLocationAlwaysUsageDescription - Grant GPS permission to automatically append location information to your photos and videos + Always grant GPS permission to allow the app to append location information to your photo automatically so that you or anyone who you share the photo with will know where the photo is taken. NSLocationWhenInUseUsageDescription - Grant GPS permission to append location information to your photos and videos + Grant GPS permission when the app is in use to allow the app to append location information to your photo automatically so that you or anyone who you share the photo with will know where the photo is taken. NSMicrophoneUsageDescription - Grant camera and microphone permission to record video and audio. + Grant audio permission to take videos of the unique moments that you want to keep. NSPhotoLibraryAddUsageDescription - Grant write access permission to your local storage to export the photos and videos you took. + Grant permission to allow this app to save the photos and videos you take to the local storage. NSPhotoLibraryUsageDescription - Grant read access permission to your local storage to read the photos and videos you took. + Grant permission to allow the app to read the photos and videos you take by this app. UILaunchStoryboardName LaunchScreen UIMainStoryboardFile diff --git a/package-lock.json b/package-lock.json index f89c60b50..a5f50f9ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "capture-lite", - "version": "0.38.0", + "version": "0.38.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.38.0", + "version": "0.38.1", "dependencies": { "@angular/animations": "^11.2.14", "@angular/cdk": "^11.2.13", diff --git a/package.json b/package.json index 65b8ee253..a59452a2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.38.0", + "version": "0.38.1", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {