Skip to content

Commit

Permalink
Upgrade default version (#95)
Browse files Browse the repository at this point in the history
* Upgrade default version to 0.9

* Bump version number

* Update dist
  • Loading branch information
marcauberer committed Jul 16, 2022
1 parent 3daa448 commit aacb231
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const installer = __importStar(__nccwpck_require__(1480));
const path_1 = __importDefault(__nccwpck_require__(1017));
const child_process_1 = __importDefault(__nccwpck_require__(2081));
const url_1 = __nccwpck_require__(7310);
const defaultVersion = '0.8';
const defaultVersion = '0.9';
async function run() {
try {
/*
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2",
"version": "1.0.3",
"private": true,
"description": "Setup Spice Action",
"main": "lib/setup-spice.js",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import path from 'path';
import cp from 'child_process';
import {URL} from 'url';

const defaultVersion: string = '0.8';
const defaultVersion: string = '0.9';

export async function run() {
try {
Expand Down

0 comments on commit aacb231

Please sign in to comment.