Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel authored May 27, 2022
1 parent d8af283 commit 7cd0394
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion builders/create-builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish="${2:-false}"

publisher="chuxel"
repository="devpacks"
version="0.0.3"
version="0.0.4"

mkdir -p /tmp/builder-tmp

Expand Down
2 changes: 1 addition & 1 deletion devpacks/assets/cpython/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = "0.7"
# Buildpack ID and metadata
[buildpack]
id = "chuxel/devpacks/buildpack-cpython"
version = "v0.0.3"
version = "v0.0.4"

# Stacks that the buildpack will work with
[[stacks]]
Expand Down
2 changes: 1 addition & 1 deletion devpacks/assets/finalize/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = "0.7"
# Buildpack ID and metadata
[buildpack]
id = "chuxel/devpacks/buildpack-finalize"
version = "v0.0.3"
version = "v0.0.4"

# Stacks that the buildpack will work with
[[stacks]]
Expand Down
2 changes: 1 addition & 1 deletion devpacks/assets/goutils/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = "0.7"
# Buildpack ID and metadata
[buildpack]
id = "chuxel/devpacks/buildpack-goutils"
version = "v0.0.3"
version = "v0.0.4"

# Stacks that the buildpack will work with
[[stacks]]
Expand Down
2 changes: 1 addition & 1 deletion devpacks/assets/nodejs/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = "0.7"
# Buildpack ID and metadata
[buildpack]
id = "chuxel/devpacks/buildpack-nodejs"
version = "v0.0.3"
version = "v0.0.4"

# Stacks that the buildpack will work with
[[stacks]]
Expand Down
2 changes: 1 addition & 1 deletion devpacks/assets/npmbuild/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = "0.7"
# Buildpack ID and metadata
[buildpack]
id = "chuxel/devpacks/buildpack-npmbuild"
version = "v0.0.3"
version = "v0.0.4"

# Stacks that the buildpack will work with
[[stacks]]
Expand Down
2 changes: 1 addition & 1 deletion devpacks/assets/npminstall/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = "0.7"
# Buildpack ID and metadata
[buildpack]
id = "chuxel/devpacks/buildpack-npminstall"
version = "v0.0.3"
version = "v0.0.4"

# Stacks that the buildpack will work with
[[stacks]]
Expand Down
2 changes: 1 addition & 1 deletion devpacks/assets/npmstart/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = "0.7"
# Buildpack ID and metadata
[buildpack]
id = "chuxel/devpacks/buildpack-npmstart"
version = "v0.0.3"
version = "v0.0.4"

# Stacks that the buildpack will work with
[[stacks]]
Expand Down
2 changes: 1 addition & 1 deletion devpacks/assets/pipinstall/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = "0.7"
# Buildpack ID and metadata
[buildpack]
id = "chuxel/devpacks/buildpack-pipinstall"
version = "v0.0.3"
version = "v0.0.4"

# Stacks that the buildpack will work with
[[stacks]]
Expand Down
2 changes: 1 addition & 1 deletion devpacks/assets/procfile/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = "0.7"
# Buildpack ID and metadata
[buildpack]
id = "chuxel/devpacks/buildpack-procfile"
version = "v0.0.3"
version = "v0.0.4"

# Stacks that the buildpack will work with
[[stacks]]
Expand Down
2 changes: 1 addition & 1 deletion devpacks/assets/pythonutils/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ api = "0.7"
# Buildpack ID and metadata
[buildpack]
id = "chuxel/devpacks/buildpack-pythonutils"
version = "v0.0.3"
version = "v0.0.4"

# Stacks that the buildpack will work with
[[stacks]]
Expand Down

0 comments on commit 7cd0394

Please sign in to comment.