Skip to content

Commit

Permalink
🚀 upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Nov 26, 2023
1 parent eca29fe commit 609bbf2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ci/version.code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.4
v0.0.5
6 changes: 3 additions & 3 deletions ci/version.info.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.04
v0.0.5

- [x] ✨ download images to file
- [x] 🐛 fix many login error
- [x] ✨ view user info
- [x] ✨ list user's all illusts
2 changes: 0 additions & 2 deletions lib/screens/components/content_error.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import 'package:flutter/material.dart';
import 'dart:ui';

import 'package:pansy/basic/error_types.dart';


class ContentError extends StatelessWidget {
final Object? error;
final StackTrace? stackTrace;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A unoffical pixiv client.

publish_to: 'none'

version: 0.0.4+4
version: 0.0.5+5

environment:
sdk: ">=3.0.0"
Expand Down

0 comments on commit 609bbf2

Please sign in to comment.