Skip to content

Commit 80aa780

Browse files
committed
πŸ”– Bump version to 2.1.0
πŸ“ Summary: Version bump reflecting 5 new feature commits since v2.0.0: πŸ”§ Changes: - Updated version from 2.0.0+2 to 2.1.0+3 in pubspec.yaml - Updated version badge in README.md ✨ Features included in 2.1.0: - Default Light theme instead of System - Theme-aware map tiles (CartoDB Voyager with inverted colors for dark mode) - Complete UI overhaul with Archipelago Blue theme - Dark mode color fixes with WCAG compliance - M3 theme fixes and visual improvements - Custom app branding and launcher icons
1 parent 82fcdc2 commit 80aa780

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
[![Flutter](https://img.shields.io/badge/Built%20with-Flutter-blue.svg)](https://flutter.dev/)
55
[![CI](https://github.com/MasuRii/ph-fare-calculator/actions/workflows/ci.yml/badge.svg)](https://github.com/MasuRii/ph-fare-calculator/actions/workflows/ci.yml)
6-
[![Version](https://img.shields.io/badge/version-2.0.0-blue.svg)](https://github.com/MasuRii/ph-fare-calculator/releases)
6+
[![Version](https://img.shields.io/badge/version-2.1.0-blue.svg)](https://github.com/MasuRii/ph-fare-calculator/releases)
77

88
**PH Fare Calculator** is a cross-platform mobile application designed to help tourists, expats, and locals estimate public transport costs across the Philippines.
99

β€Žpubspec.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and build number is used as the build suffix.
19-
version: 2.0.0+2
19+
version: 2.1.0+3
2020

2121
environment:
2222
sdk: ^3.9.2

0 commit comments

Comments
Β (0)