Skip to content

Commit

Permalink
🔖 version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stonega committed Nov 13, 2021
1 parent 6481db7 commit 2c2dbba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/screens/about.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import 'dart:io';
import 'dart:math' as math;
import 'package:flutter/material.dart';
import 'package:line_icons/line_icons.dart';

import '../utils/extension_helper.dart';

final version = '0.0.1';
final version = '0.1.0';

class About extends StatelessWidget {
const About({Key? key}) : super(key: key);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tsacdop_desktop
description: Enjoy podcasts with Tsacdop!
publish_to: none

version: 0.0.1+1
version: 0.1.0+2

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

0 comments on commit 2c2dbba

Please sign in to comment.