diff --git a/CHANGELOG.md b/CHANGELOG.md index e63885794..30277358b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.28.0 - 2021-04-13 + +### Added + +- Support video view. #627 +- Re-add series view. + ## 0.27.3 - 2021-04-13 ### Fixed diff --git a/android/app/build.gradle b/android/app/build.gradle index 989189afc..afe474063 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 100 - versionName "0.27.3" + versionCode 101 + versionName "0.28.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/package-lock.json b/package-lock.json index df87d6816..3b3eaeaea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "capture-lite", - "version": "0.27.3", + "version": "0.28.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.27.3", + "version": "0.28.0", "dependencies": { "@angular/animations": "~11.2.9", "@angular/cdk": "^11.2.8", diff --git a/package.json b/package.json index 1b6c3fa7e..397b5b3d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capture-lite", - "version": "0.27.3", + "version": "0.28.0", "author": "numbersprotocol", "homepage": "https://numbersprotocol.io/", "scripts": {