Skip to content

Commit

Permalink
[RELEASE v0.2.0] First major release for Spirit 😍
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Oct 21, 2022
1 parent 4a4b7a2 commit dfdfa73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
export VERSION=$(git rev-parse --short HEAD)
else
export tag="latest"
exprot SPIRIT_VERSION=$deploy
export SPIRIT_VERSION=$deploy
export VERSION=$deploy
fi
Expand Down
2 changes: 1 addition & 1 deletion build_resources/Daemon-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2.0a1</string>
<string>0.2.0b1</string>
<key>LSUIElement</key>
<true/>
<key>CSResourcesFileMapped</key>
Expand Down
2 changes: 1 addition & 1 deletion build_resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2.0a1</string>
<string>0.2.0b1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion qtinstaller/packages/com.antonyjr.spirit/meta/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<DisplayName>Spirit</DisplayName>
<Description>Install Spirit Daemon and Spirit Manager to the System.</Description>
<Version>0.2.0</Version>
<ReleaseDate>2022-10-05</ReleaseDate>
<ReleaseDate>2022-10-21</ReleaseDate>
<Licenses>
<License name="GNU General Public License Version 3" file="license.txt" />
</Licenses>
Expand Down

0 comments on commit dfdfa73

Please sign in to comment.