Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RedyAu committed Apr 16, 2022
1 parent 6b9032b commit 2c8a5b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/utils/globals.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:intl/intl.dart';
import 'event_class.dart';
import 'history.dart';

final String version = "1.2.0";
final String version = "1.2.1";
final String ps = Platform.pathSeparator;
final Directory homeDir = Directory('RecordOnCalendar');
final File configFile = File('${homeDir.path}${ps}config.txt');
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: record_on_calendar
description: A simple program to record audio automatically according to iCal calendar events.
# Also change in utils/globals.dart
version: 1.2.0
version: 1.2.1

environment:
sdk: '>=2.16.1 <3.0.0'
Expand Down

0 comments on commit 2c8a5b3

Please sign in to comment.