Skip to content

Commit

Permalink
Release 4.8.0
Browse files Browse the repository at this point in the history
- 해상도 옵션 UI 변경
- 모드 검색 추가
- 모드 폴더 열기 추가
  • Loading branch information
pdom0327 committed Oct 11, 2024
1 parent 29fa875 commit a0103eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:pub_semver/pub_semver.dart';
import 'package:window_manager/window_manager.dart';

final currentVersion = Version.parse('4.7.0');
final currentVersion = Version.parse('4.8.0');

void main() async {
WidgetsFlutterBinding.ensureInitialized();
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 4.7.0
version: 4.8.0

environment:
sdk: '>=3.0.6 <4.0.0'
Expand Down

0 comments on commit a0103eb

Please sign in to comment.