Skip to content

Commit 3ba2049

Browse files
committed
chore: bump version
1 parent 2fe3f92 commit 3ba2049

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

npm/reactenv-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactenv/cli-darwin-arm64",
3-
"version": "0.1.116",
3+
"version": "0.2.120",
44
"description": "The macOS ARM 64-bit binary for reactenv, an experimental solution to inject env variables after a build.",
55
"license": "Apache-2.0",
66
"os": [

npm/reactenv-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactenv/cli-darwin-x64",
3-
"version": "0.1.116",
3+
"version": "0.2.120",
44
"description": "The macOS 64-bit binary for reactenv, an experimental solution to inject env variables after a build.",
55
"license": "Apache-2.0",
66
"os": [

npm/reactenv-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactenv/cli-linux-arm64",
3-
"version": "0.1.116",
3+
"version": "0.2.120",
44
"description": "The Linux ARM 64-bit binary for reactenv, an experimental solution to inject env variables after a build.",
55
"license": "Apache-2.0",
66
"os": [

npm/reactenv-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactenv/cli-linux-x64",
3-
"version": "0.1.116",
3+
"version": "0.2.120",
44
"description": "The Linux 64-bit binary for reactenv, an experimental solution to inject env variables after a build.",
55
"license": "Apache-2.0",
66
"os": [

npm/reactenv-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactenv/cli-win32-x64",
3-
"version": "0.1.116",
3+
"version": "0.2.120",
44
"description": "The Windows 64-bit binary for reactenv, an experimental solution to inject env variables after a build.",
55
"license": "Apache-2.0",
66
"os": [

npm/reactenv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactenv/cli",
3-
"version": "0.1.116",
3+
"version": "0.2.120",
44
"description": "reactenv, an experimental solution to inject env variables after a build.",
55
"license": "Apache-2.0",
66
"bin": {

version/version_base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var (
1515
// The compilation date. This will be filled in by the compiler.
1616
BuildDate string
1717

18-
Version = "0.1.116"
18+
Version = "0.2.120"
1919
VersionPrerelease = ""
2020
VersionMetadata = ""
2121
)

0 commit comments

Comments
 (0)