From 0838583974dcfa6145cf999ad41595b7850a4ff5 Mon Sep 17 00:00:00 2001 From: Mihail Varbanov Date: Wed, 29 Sep 2021 13:17:43 +0300 Subject: [PATCH] version: 2.11.3+1103 --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9c46ffc..caf6606f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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). ## Unreleased + +## [2.11.3] - 2021-09-29 ### Deleted - Removed vaccine taken event handling [#715](https://github.com/rokwire/safer-illinois-app/issues/715). - Removed MicroBlink scan support [#717](https://github.com/rokwire/safer-illinois-app/issues/717). diff --git a/pubspec.yaml b/pubspec.yaml index cd016122..b00799c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Illinois client application. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.11.2+1102 +version: 2.11.3+1103 environment: sdk: ">=2.2.0 <3.0.0"