Skip to content

Commit

Permalink
Merge pull request #81 from CraigCottingham/master
Browse files Browse the repository at this point in the history
Bump version to 0.4.0
  • Loading branch information
krisalyssa authored Aug 18, 2019
2 parents 425d23e + 803e764 commit a8f6a6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
1. Clone the repository.
2. Edit `config/dev.exs` to set up the database connection appropriately.
3. Run `mix deps.get`.
4. Run `mix phx.server`.
4. Run `make develop`.

Note that image tiles are not included in this repository:

Expand Down Expand Up @@ -128,6 +128,7 @@ Made possible in part by:
* [Leaflet.Graticule](https://github.com/Leaflet/Leaflet.Graticule)
* [leaflet-sidebar-v2](https://github.com/nickpeihl/leaflet-sidebar-v2)
* [Leaflet.Icon.Glyph](https://github.com/Leaflet/Leaflet.Icon.Glyph)
* [Leaflet.HtmlLegend](https://github.com/consbio/Leaflet.HtmlLegend)
* [Bootstrap](https://getbootstrap.com)
* [Font Awesome](https://fontawesome.com)
* [RealFaviconGenerator](https://realfavicongenerator.net/)
Expand Down
2 changes: 1 addition & 1 deletion lib/kerbal_maps_web/controllers/page_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule KerbalMapsWeb.PageController do
# :application.which_applications()
# |> Enum.find(fn t -> elem(t, 0) == :kerbal_maps end)
# |> elem(2)
"0.3.6"
"0.4.0"
end

# %{"body" => "Kerbin", "loc" => "12.34,-56.78"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<li><a href="https://github.com/Leaflet/Leaflet.Graticule">Leaflet.Graticule</a></li>
<li><a href="https://github.com/nickpeihl/leaflet-sidebar-v2">leaflet-sidebar-v2</a></li>
<li><a href="https://github.com/Leaflet/Leaflet.Icon.Glyph">Leaflet.Icon.Glyph</a></li>
<li><a href="https://github.com/consbio/Leaflet.HtmlLegend">Leaflet.HtmlLegend</a></li>
</ul>
</li>
<li>
Expand Down

0 comments on commit a8f6a6a

Please sign in to comment.