Bump version to 1.3.0

This commit is contained in:
Mikko Ahlroth 2017-03-24 18:33:52 +02:00
parent 3e9178e69c
commit c947970d52
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ defmodule MebeWeb.Mixfile do
def project() do
[app: :mebe_web,
version: "1.2.1",
version: "1.3.0",
elixir: "~> 1.4.0",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix] ++ Mix.compilers,

View file

@ -1,6 +1,6 @@
{
"name": "mebe_web",
"version": "1.2.1",
"version": "1.3.0",
"repository": {},
"license": "MIT",
"description": "Minimalistic Elixir Blog Engine",