From 6e316bc10157d0d5f35154f08bdcbff3317f9dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Gill=C3=A9?= Date: Sat, 20 Jul 2019 01:38:07 +0200 Subject: [PATCH] Bump all remaining version numbers --- .github/ISSUE_TEMPLATE.md | 2 +- README.md | 2 +- build/build.sh | 2 +- chocolatey/serve.nuspec | 4 ++-- chocolatey/serve.portable.nuspec | 2 +- chocolatey/tools/VERIFICATION.txt | 2 +- docs/README.md | 2 +- homebrew/serve.rb | 6 +++--- scoop/serve.json | 6 +++--- snap/snapcraft.yaml | 4 ++-- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5087bea..109d92f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -41,7 +41,7 @@ Example: ### Info Example: -> - Version: 0.3.0 +> - Version: 0.3.1 > - Operating system: Ubuntu 16.04 ### Possible solution diff --git a/README.md b/README.md index e9d6764..fe64ea5 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ So now you can only build the Snap package on Linux, using the following steps: 1. `snap install snapcraft --classic` 2. `snapcraft` -Depending on the current `serve` version and your CPU's architecture it will create a file like `serve_0.3.0_amd64.snap`, which can manually be installed with `snap install --dangerous serve_0.3.0_amd64.snap`. +Depending on the current `serve` version and your CPU's architecture it will create a file like `serve_0.3.1_amd64.snap`, which can manually be installed with `snap install --dangerous serve_0.3.1_amd64.snap`. The Chocolatey packages need to be uploaded manually to Chocolatey [here](https://chocolatey.org/packages/upload). The package can be built with this script: diff --git a/build/build.sh b/build/build.sh index cf8bcea..58ad3f9 100755 --- a/build/build.sh +++ b/build/build.sh @@ -42,7 +42,7 @@ fi declare -a arr=("Windows" "macOS" "Linux") for MYOS in "${arr[@]}" do - # Sleep to prevent: tar: serve_v0.3.0_macOS_x64: file changed as we read it + # Sleep to prevent: tar: serve_v0.3.1_macOS_x64: file changed as we read it sleep 1s tar -czf "${ARTIFACTSDIR}/serve_v${VERSION}_${MYOS}_x64.tar.gz" -C "${ARTIFACTSDIR}" "serve_v${VERSION}_${MYOS}_x64" done diff --git a/chocolatey/serve.nuspec b/chocolatey/serve.nuspec index a81d596..f98b22e 100644 --- a/chocolatey/serve.nuspec +++ b/chocolatey/serve.nuspec @@ -9,7 +9,7 @@ - 0.3.0 + 0.3.1 `serve` starts a simple temporary static file server in your current directory and prints your IP address to share with colleagues Philipp Gillé @@ -45,7 +45,7 @@ - + diff --git a/chocolatey/serve.portable.nuspec b/chocolatey/serve.portable.nuspec index 8dc6a59..5bfeee3 100644 --- a/chocolatey/serve.portable.nuspec +++ b/chocolatey/serve.portable.nuspec @@ -9,7 +9,7 @@ - 0.3.0 + 0.3.1 `serve` starts a simple temporary static file server in your current directory and prints your IP address to share with colleagues Philipp Gillé diff --git a/chocolatey/tools/VERIFICATION.txt b/chocolatey/tools/VERIFICATION.txt index 21fe9f3..0e375d8 100644 --- a/chocolatey/tools/VERIFICATION.txt +++ b/chocolatey/tools/VERIFICATION.txt @@ -4,4 +4,4 @@ in verifying that this package's contents are trustworthy. I'm the author of the software, but if further verification is necessary you can create a SHA256 checksum of the binary file in this package. It should match the ones in https://github.com/philippgille/serve/releases. -For example, when this NuGet package is version 0.3.0, you can create a SHA256 checksum of serve.exe and check if it matches https://github.com/philippgille/serve/releases/download/v0.3.0/serve_v0.3.0_Windows_x64.exe.sha256. +For example, when this NuGet package is version 0.3.1, you can create a SHA256 checksum of serve.exe and check if it matches https://github.com/philippgille/serve/releases/download/v0.3.1/serve_v0.3.1_Windows_x64.exe.sha256. diff --git a/docs/README.md b/docs/README.md index 90fd9cc..0ee4e9c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,7 +23,7 @@ Follow these steps manually, or jump below for the PowerShell commands: - Create a function that calls the binary in your shell's profile - The PowerShell profile is located at `$profile` - Example: `C:\Users\John\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1` - - Example function: `function serve { $env:USERPROFILE\Downloads\serve_v0.3.0_Windows_x64\serve.exe $args }` + - Example function: `function serve { $env:USERPROFILE\Downloads\serve_v0.3.1_Windows_x64\serve.exe $args }` - Don't forget to load your profile afterwards with `. $profile` As PowerShell commands: diff --git a/homebrew/serve.rb b/homebrew/serve.rb index 88a447e..f12f4f4 100644 --- a/homebrew/serve.rb +++ b/homebrew/serve.rb @@ -1,9 +1,9 @@ class Serve < Formula desc "`serve` starts a simple temporary static file server in your current directory and prints your IP address to share with colleagues" homepage "https://github.com/philippgille/serve" - url "https://github.com/philippgille/serve/releases/download/v0.3.0/serve_v0.3.0_macOS_x64.zip" - sha256 "4DA48BD9B8DDC6CE30189B8E06D968954C56F3FE31BFCABB12DA265D1EF07C24" - version "0.3.0" + url "https://github.com/philippgille/serve/releases/download/v0.3.1/serve_v0.3.1_macOS_x64.zip" + sha256 "0F1D2282EE88C081C8AF4C397182B5859B8FBF32100B33EC835F454275371002" + version "0.3.1" bottle :unneeded diff --git a/scoop/serve.json b/scoop/serve.json index a4b66c8..88bac2a 100644 --- a/scoop/serve.json +++ b/scoop/serve.json @@ -1,10 +1,10 @@ { - "version": "0.3.0", - "url": "https://github.com/philippgille/serve/releases/download/v0.3.0/serve_v0.3.0_Windows_x64.zip", + "version": "0.3.1", + "url": "https://github.com/philippgille/serve/releases/download/v0.3.1/serve_v0.3.1_Windows_x64.zip", "bin": "serve.exe", "homepage": "https://github.com/philippgille/serve", "description": "Starts a simple temporary static file server in your current directory and prints your IP address to share with colleagues", - "hash": "267DCA3A0394C0D6030D1BFC90D12578903151FE2BA3E6CBB6ECE6D963A28446", + "hash": "808ED94240EA381236DC878929603D0B41DB5668A37AD279469A11BAF0F4807F", "checkver": { "github": "https://github.com/philippgille/serve" }, diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3731f13..d0112fe 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: serve -version: "0.3.0" +version: "0.3.1" # The summary must not exceed 78 characters. summary: serve starts a simple temporary static file server in your current directory description: | @@ -47,7 +47,7 @@ parts: # Either use a source-depth of 1 for the latest commit, OR a source-tag source-depth: 1 source-branch: master - #source-tag: v0.3.0 + #source-tag: v0.3.1 apps: serve: