Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
1.4.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Sep 27, 2019
1 parent 741b451 commit 68d8dc9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = "wrangler"
version = "1.4.0-rc.6"
version = "1.4.0-rc.7"
authors = ["Ashley Williams <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion npm/install-wrangler.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { homedir } = require('os');

const cwd = join(homedir(), ".wrangler");

const VERSION = "1.4.0-rc.6"
const VERSION = "1.4.0-rc.7"

function getPlatform() {
const type = os.type();
Expand Down
2 changes: 1 addition & 1 deletion npm/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudflare/wrangler",
"version": "1.4.0-rc.6",
"version": "1.4.0-rc.7",
"description": "Wrangle your Cloudflare Workers",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 68d8dc9

Please sign in to comment.