Skip to content

Commit

Permalink
bump to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aksiksi committed Nov 14, 2023
1 parent 99aa735 commit fb4aaf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install the `compose2nix` CLI via one of the following methods:

1. Install the command using `go`:
```
go install github.com/aksiksi/compose2nix@v0.1.2
go install github.com/aksiksi/compose2nix@v0.1.3
```
2. Clone this repo and run `make build`.
3. Install the Flake and add the following to your NixOS config:
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
forAllSystems = function: nixpkgs.lib.genAttrs supportedSystems (system: function nixpkgs.legacyPackages.${system});
pname = "compose2nix";
owner = "aksiksi";
version = "0.1.2";
version = "0.1.3";
in {
# Nix package
packages = forAllSystems (pkgs: {
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
appVersion = "0.1.2"
appVersion = "0.1.3"
)

// TODO(aksiksi): Investigate parsing flags into structs using the *Val functions.
Expand Down

0 comments on commit fb4aaf4

Please sign in to comment.