Skip to content

Commit

Permalink
v0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslilac committed Jul 18, 2023
1 parent 21016d2 commit 3fbe337
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
*.nupkg
.DS_Store
.env*
.idea/
.nova/
.vscode/
build/
coverage/
*.log
2 changes: 1 addition & 1 deletion gleam.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>gleam</id>
<version>0.29.0</version>
<version>0.30.1</version>
<packageSourceUrl>https://github.com/gleam-community/gleam-chocolatey</packageSourceUrl>
<owners>HarryET aslilac</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = "Stop"; # stop on all errors
$url64 = "https://github.com/gleam-lang/gleam/releases/download/v0.29.0/gleam-v0.29.0-x86_64-pc-windows-msvc.zip"
$checksum = "8cc092feda54a6a6b1152749bac14f3ca935f17ac332371113eebe748786df492a8ad11deee2173cc16913836e6600a5a6f7f94abcaa02b1e7f85078f7f8085c"
$url64 = "https://github.com/gleam-lang/gleam/releases/download/v0.30.1/gleam-v0.30.1-x86_64-pc-windows-msvc.zip"
$checksum = "97bc4cf9fa5c22695c75c163ea78bace28cc8d953ca62ca39441d6f26658594b88594b0450754a2e47de162858ae361ac3024134152c795391fef5c59e12c64c"

Install-ChocolateyZipPackage `
-PackageName "Gleam" `
Expand Down

0 comments on commit 3fbe337

Please sign in to comment.