Skip to content

Commit 70df6a1

Browse files
committed
Release: v0.1.0 - Beta, add the first beta version
1 parent 0f0832b commit 70df6a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bridgex"
7-
version = "0.0.3-dev"
7+
version = "0.1.0"
88
description = "Graphical interface for converting files to Markdown, built in Python and based on PySide6 and Markitdown."
99
readme = { file = "README.md", content-type = "text/markdown", charset = "utf-8" }
1010
license = "MIT"

src/bridgex/interface/translations/others/ABOUT_en_GB.trg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pre{line-height: 1 !important; font-size: 15px;}
6565
</div>
6666
<hr>
6767
<div>
68-
<pre class="center" style="line-height: 0.7 !important">Bridgex V0.0.3-dev</pre>
68+
<pre class="center" style="line-height: 0.7 !important">Bridgex V0.1.0 - Beta</pre>
6969
<table style="margin-top: 10px" align="center" width="60%">
7070
<tr>
7171
<td><pre class="center"><a href="https://github.com/Dev2Forge/bridgex">Website</a></pre></td>

src/bridgex/interface/translations/others/ABOUT_es_CO.trg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pre{line-height: 1 !important; font-size: 15px;}
6565
</div>
6666
<hr>
6767
<div>
68-
<pre class="center" style="line-height: 0.7 !important">Bridgex V0.0.3-dev</pre>
68+
<pre class="center" style="line-height: 0.7 !important">Bridgex V0.1.0 - Beta</pre>
6969
<table style="margin-top: 10px" align="center" width="60%">
7070
<tr>
7171
<td><pre class="center"><a href="https://github.com/Dev2Forge/bridgex">Sitio Web</a></pre></td>

0 commit comments

Comments
 (0)