From 4a75175eb4c5e9bd1b022ba190a5d96c63d79d31 Mon Sep 17 00:00:00 2001 From: sultanmyrza Date: Wed, 18 May 2022 22:32:56 +0800 Subject: [PATCH] build: bump version to 0.57.0 --- CHANGELOG.md | 6 ++++++ android/app/build.gradle | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a46626da..c8fff45e5 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.57.0 - 2022-05-18 + +### Added + +- Add a capture app beginner guide + ## 0.56.3 - 2022-05-13 ### Changed diff --git a/android/app/build.gradle b/android/app/build.gradle index 38560089f..6145d5825 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 393 - versionName "0.56.3" + versionCode 340 + versionName "0.57.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/package-lock.json b/package-lock.json index af613d275..22e6da6ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "capture-lite", - "version": "0.56.3", + "version": "0.57.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "capture-lite", - "version": "0.56.3", + "version": "0.57.0", "dependencies": { "@angular/animations": "^12.2.4", "@angular/cdk": "^12.2.4", diff --git a/package.json b/package.json index 835f3314e..6dffa8365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.56.3", + "version": "0.57.0", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {