Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
freshfieldreds committed Nov 6, 2023
1 parent 98e8806 commit 05dd0f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';
import 'package:url_launcher/url_launcher.dart';

const String version = '0.7.0+8';
const String version = '0.8.0+9';

class AboutScreen extends StatelessWidget {
const AboutScreen({super.key});
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -3,7 +3,7 @@ description: A lemmy client written in flutter

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 0.7.0+8
version: 0.8.0+9

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

0 comments on commit 05dd0f1

Please sign in to comment.