Skip to content

Commit

Permalink
Prepared for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliodallatorre committed Feb 15, 2024
1 parent 65338d8 commit 9f9b0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fvupgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import re
from argparse import ArgumentParser

fvupgrader_version: str = "1.0.0"
fvupgrader_version: str = "1.0.1"

version_regex: str = r"version: (\d+\.\d+\.\d+\+\d+)"
version_file: str = "pubspec.yaml"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fvupgrader"
version = "0.1.0"
version = "1.0.1"
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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9f9b0a6

Please sign in to comment.