From 4a8e4b6473d2a9b826098210a29f1233410e9e2a Mon Sep 17 00:00:00 2001 From: Ottomated Date: Fri, 3 Mar 2023 20:05:09 -0800 Subject: [PATCH] chore: Release 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- pkg/bin.js | 2 +- pkg/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c820edfb..ddbbc481 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "create-o7-app" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "crossterm 0.26.0", diff --git a/Cargo.toml b/Cargo.toml index 5756241f..76a9912f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "create-o7-app" -version = "0.1.2" +version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pkg/bin.js b/pkg/bin.js index 7276be78..4da2d86e 100644 --- a/pkg/bin.js +++ b/pkg/bin.js @@ -44,5 +44,5 @@ if (!supported) { module.exports = new Binary( 'create-o7-app', - `https://github.com/ottomated/create-o7-app/releases/download/${version}/create-o7-app-${supported.file}` + `https://github.com/ottomated/create-o7-app/releases/download/${version}/create-o7-app-${supported.file}.tar.gz` ); diff --git a/pkg/package.json b/pkg/package.json index 1dbeb87c..199ceb2e 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "create-o7-app", - "version": "0.1.2", + "version": "TEMPLATE", "description": "Create web applications with the o7 stack", "license": "MIT", "repository": {