Skip to content

Commit

Permalink
release-3.2.3: bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
f1sh1918 committed Dec 5, 2023
1 parent 08dedf8 commit 1f3dbcc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Removed

# [3.2.3] 2023-12-05

### Fixed
* fix wrong headline by @f1sh1918 in https://github.com/digitalfabrik/entitlementcard/pull/1220
* 1224: Fix language switch by @f1sh1918 in https://github.com/digitalfabrik/entitlementcard/pull/1225
* 1226: Fix duckerei cache by @f1sh1918 in https://github.com/digitalfabrik/entitlementcard/pull/1227
* 1228: Rename nuernberg pass id in activity log by @ztefanie in https://github.com/digitalfabrik/entitlementcard/pull/1231

# [3.2.2] 2023-11-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion administration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "administration",
"version": "3.2.2",
"version": "3.2.3",
"private": true,
"dependenciesComments": {
"typescript": "Keeping on 5.0.x because of current incompatibility of 5.1.x with @typescript-eslint"
Expand Down
2 changes: 1 addition & 1 deletion frontend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 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: 3.2.2+115
version: 3.2.3+123

environment:
sdk: 3.0.2
Expand Down

0 comments on commit 1f3dbcc

Please sign in to comment.