Skip to content

Commit

Permalink
0.2.0 release (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre authored Sep 28, 2020
1 parent 673bc86 commit 42cffcc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esbuild-config"
version = "0.1.0"
version = "0.2.0"
edition = "2018"
description = "A short description of my package"
authors = ["Pierre Bertet <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-config-darwin-64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-config-darwin-64",
"description": "The macOS 64-bit binary for esbuild-config.",
"version": "0.1.0",
"version": "0.2.0",
"repository": "https://github.com/bpierre/esbuild-config",
"author": "Pierre Bertet <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-config-linux-64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-config-linux-64",
"description": "The Linux 64-bit binary for esbuild-config.",
"version": "0.1.0",
"version": "0.2.0",
"repository": "https://github.com/bpierre/esbuild-config",
"author": "Pierre Bertet <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-config-windows-64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-config-windows-64",
"description": "The Windows 64-bit binary for esbuild-config.",
"version": "0.1.0",
"version": "0.2.0",
"repository": "https://github.com/bpierre/esbuild-config",
"author": "Pierre Bertet <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion npm/esbuild-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-config",
"description": "Config files for esbuild.",
"version": "0.1.0",
"version": "0.2.0",
"repository": "https://github.com/bpierre/esbuild-config",
"author": "Pierre Bertet <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 42cffcc

Please sign in to comment.