Skip to content

Commit

Permalink
update to version 0.0.2 everywhere (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mythra authored Feb 5, 2024
1 parent ddcccc6 commit ddcfca1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,19 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: sprig_amd64.deb
path: installer-scripts/unix/sprig_0.0.1_amd64.deb
path: installer-scripts/unix/sprig_0.0.2_amd64.deb
- uses: actions/upload-artifact@v3
with:
name: sprig_amd64.rpm
path: installer-scripts/unix/sprig-0.0.1-1.x86_64.rpm
path: installer-scripts/unix/sprig-0.0.2-1.x86_64.rpm
- uses: actions/upload-artifact@v3
with:
name: sprig_amd64.apk
path: installer-scripts/unix/sprig_0.0.1_x86_64.apk
path: installer-scripts/unix/sprig_0.0.2_x86_64.apk
- uses: actions/upload-artifact@v3
with:
name: sprig_amd64.pkg.tar.zst
path: installer-scripts/unix/sprig-0.0.1-1-x86_64.pkg.tar.zst
path: installer-scripts/unix/sprig-0.0.2-1-x86_64.pkg.tar.zst
- uses: actions/upload-artifact@v3
with:
name: sprig-target-directory-unix
Expand Down
2 changes: 1 addition & 1 deletion installer-scripts/osx/distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
<choice id="sprig" title="sprig">
<pkg-ref id="sprig.pkg"/>
</choice>
<pkg-ref id="sprig.pkg" version="0.0.1" />
<pkg-ref id="sprig.pkg" version="0.0.2" />
</installer-gui-script>
2 changes: 1 addition & 1 deletion installer-scripts/osx/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ cp ../../../cmd/getbridge/sh/getbridge ./
cp ../../../cmd/getbridgetype/sh/getbridgetype ./
cp ../../../cmd/setbridge/sh/setbridge ./
cd ../
pkgbuild --root ./working-dir/ --identifier "dev.rem-verse.sprig" --version "0.0.1" --install-location "/usr/local/bin" sprig.pkg
pkgbuild --root ./working-dir/ --identifier "dev.rem-verse.sprig" --version "0.0.2" --install-location "/usr/local/bin" sprig.pkg
productbuild --synthesize --package "sprig.pkg" sprig.dist
2 changes: 1 addition & 1 deletion installer-scripts/unix/nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: "https://github.com/rem-verse/sprig"
license: "MIT"
maintainer: "Cynthia <[email protected]>"
vendor: "RemVerse"
version: "v0.0.1"
version: "v0.0.2"

arch: "amd64"
platform: "linux"
Expand Down
2 changes: 1 addition & 1 deletion installer-scripts/win/sprig.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Package Manufacturer="RemVerse"
Name="Sprig"
Language="1033"
Version="0.0.1"
Version="0.0.2"
UpgradeCode="f25b6ffc-5890-42f2-a1c1-0f7dd4a9ee11">

<ui:WixUI Id="WixUI_Minimal" InstallDirectory="INSTALLFOLDER" />
Expand Down

0 comments on commit ddcfca1

Please sign in to comment.