Skip to content

Commit

Permalink
chore: Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ottomated committed Mar 4, 2023
1 parent 0c34f0a commit 4a8e4b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
);
2 changes: 1 addition & 1 deletion pkg/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4a8e4b6

Please sign in to comment.