Skip to content

Commit

Permalink
Bump to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Feb 28, 2024
1 parent 0524262 commit f330c90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 ChilliBits
Copyright (c) 2021-2024 ChilliBits

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
- name: Setup Spice
uses: spicelang/spice-setup-action@v1
with:
spice-version: 0.19.0 # The Spice version to setup. If omitted, the latest version will be taken
spice-version: 0.19.3 # The Spice version to setup. If omitted, the latest version will be taken

- run: spice run example.spice
```
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
spice: [ '0.18.0', '0.19.0' ]
spice: [ '0.19.0', '0.19.3' ]
name: Setup Spice v${{ matrix.spice }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-spice",
"version": "1.0.6",
"version": "1.0.10",
"private": true,
"description": "Setup Spice Action",
"main": "lib/setup-spice.js",
Expand Down

0 comments on commit f330c90

Please sign in to comment.