Skip to content

Commit

Permalink
feat(version): increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoulbak committed Feb 17, 2025
1 parent 46a3d27 commit 6de8457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## 1.1.0

- Update README
- Update airports & timezone csv by running `mix airports.update`
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Airports.Mixfile do
def project do
[
app: :airports,
version: "1.0.0",
version: "1.1.0",
elixir: "~> 1.10",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 6de8457

Please sign in to comment.