Skip to content

Commit

Permalink
Bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliodallatorre committed Feb 15, 2024
1 parent c2cb887 commit 3c35e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fvupgrader.py
Expand Up @@ -6,7 +6,7 @@
import re
from argparse import ArgumentParser

fvupgrader_version: str = "1.0.1"
fvupgrader_version: str = "1.0.2"

version_regex: str = r"version: (\d+\.\d+\.\d+\+\d+)"
version_file: str = "pubspec.yaml"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fvupgrader"
version = "1.0.1"
version = "1.0.2"
description = "fvupgrader streamlines version upgrades in Flutter projects by automatically updating the pubspec.yaml file and tagging changes in Git. Simplify version control for your Flutter apps, packages, and plugins with this versatile tool."
authors = ["Emilio Dalla Torre <info@emiliodallatorre.it>"]
license = "MIT"
Expand Down

0 comments on commit 3c35e29

Please sign in to comment.