Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to version 0.0.2 everywhere #2

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading