update version numer to 1.3.0 and add remaining files

This commit is contained in:
2026-06-04 10:56:43 +02:00
parent ef1f8b18cd
commit 21ae7d92a8
5 changed files with 7 additions and 22 deletions
@@ -2,7 +2,7 @@ import 'package:flutter/foundation.dart';
class AboutMihProvider extends ChangeNotifier {
int toolIndex;
String version = "1.2.7";
String version = "1.3.0";
AboutMihProvider({
this.toolIndex = 0,