Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 3, 2023
1 parent d8dd5ae commit 2e6aaf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

### 1.1.0 - 2023-03-04

Reduce module footprint.

### 1.1.0 - 2022-02-12

Require NimbleParsec `~> 1.2.2` onwards to prepare for future deprecations.
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
@@ -1,7 +1,7 @@
defmodule Makeup.Mixfile do
use Mix.Project

@version "1.1.0"
@version "1.1.1"
@url "https://github.com/elixir-makeup/makeup"

def project do
Expand Down Expand Up @@ -38,7 +38,7 @@ defmodule Makeup.Mixfile do
defp package do
[
name: :makeup,
licenses: ["BSD"],
licenses: ["BSD-2-Clause"],
maintainers: ["Tiago Barroso <tmbb@campus.ul.pt>"],
links: %{
"Changelog" => "https://hexdocs.pm/makeup/changelog.html",
Expand Down

0 comments on commit 2e6aaf5

Please sign in to comment.