Skip to content

Commit

Permalink
build: bump version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 8, 2024
1 parent 28131c2 commit 961ae44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.1] - 2024-02-06

### Fixed

- `mix blend.get` on first run (when `_build` folder is empty) now works

## [0.1.1] - 2024-02-06

### Added

- `mix blend.update`


## [0.1.0] - 2024-02-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ by adding `blend` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:blend, "~> 0.1.1"}
{:blend, "~> 0.1.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule Blend.MixProject do
[
app: :blend,
description: @description,
version: "0.1.1",
version: "0.1.2",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 961ae44

Please sign in to comment.