Skip to content

Commit

Permalink
Merge pull request #41 from mjblack/version_bump
Browse files Browse the repository at this point in the history
Updated version and Crystal version
  • Loading branch information
mjblack authored Jan 9, 2024
2 parents e6906ba + d72d8b2 commit 212f3d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/crystal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
build:
runs-on: windows-2019
steps:
- name: Install Crystal 1.9.2
- name: Install Crystal 1.11.0
shell: pwsh
run: |
(New-Object Net.WebClient).DownloadFile("https://github.com/crystal-lang/crystal/releases/download/1.9.2/crystal-1.9.2-windows-x86_64-msvc-unsupported.exe", "$PWD\crystal-1.9.2-windows-x86_64-msvc-unsupported.exe")
$code = Start-Process .\crystal-1.9.2-windows-x86_64-msvc-unsupported.exe -Wait -ArgumentList "/VERYSILENT","/SP-","/SUPPRESSMSGBOXES","/LOG=$PWD\OUTPUT.LOG" -Verb RunAs
(New-Object Net.WebClient).DownloadFile("https://github.com/crystal-lang/crystal/releases/download/1.11.0/crystal-1.11.0-windows-x86_64-msvc-unsupported.exe", "$PWD\crystal-1.11.0-windows-x86_64-msvc-unsupported.exe")
$code = Start-Process .\crystal-1.11.0-windows-x86_64-msvc-unsupported.exe -Wait -ArgumentList "/VERYSILENT","/SP-","/SUPPRESSMSGBOXES","/LOG=$PWD\OUTPUT.LOG" -Verb RunAs
dir $env:LOCALAPPDATA\Programs\Crystal
- name: crystal version
shell: pwsh
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: win32cr
version: 0.3.4
version: 0.3.5

authors:
- Matthew J. Black <[email protected]>

crystal: 1.9.2
crystal: 1.11.0

license: MIT

0 comments on commit 212f3d5

Please sign in to comment.