Current section

37 Versions

Jump to

Compare versions

4 files changed
+5 additions
-5 deletions
  @@ -17,7 +17,7 @@ _If you are having problems, view `README_INSTALL.md` for manual instructions._
17 17
18 18 ```elixir
19 19 def deps do
20 - [{:thesis, "~> 0.0.11"}]
20 + [{:thesis, "~> 0.0.12"}]
21 21 end
22 22
23 23 def application do
  @@ -119,7 +119,7 @@
119 119 <<"package.json">>]}.
120 120 {<<"licenses">>,[<<"MIT">>]}.
121 121 {<<"links">>,
122 - [{<<"Docs">>,<<"https://hexdocs.pm/thesis/0.0.11/api-reference.html">>},
122 + [{<<"Docs">>,<<"https://hexdocs.pm/thesis/0.0.12/api-reference.html">>},
123 123 {<<"GitHub">>,<<"https://github.com/infinite_red/thesis">>}]}.
124 124 {<<"maintainers">>,
125 125 [<<"Jamon Holmgren">>,<<"Ken Miller">>,<<"Daniel Berkompas">>]}.
  @@ -145,4 +145,4 @@
145 145 [{<<"app">>,<<"plug">>},
146 146 {<<"optional">>,false},
147 147 {<<"requirement">>,<<"~> 1.0">>}]}]}.
148 - {<<"version">>,<<"0.0.11">>}.
148 + {<<"version">>,<<"0.0.12">>}.
  @@ -1,6 +1,6 @@
1 1 defmodule Thesis.Mixfile do
2 2 use Mix.Project
3 - @version "0.0.11" # REMEMBER TO UPDATE package.json and README.md
3 + @version "0.0.12" # REMEMBER TO UPDATE package.json and README.md
4 4
5 5 def project do
6 6 [
  @@ -1,6 +1,6 @@
1 1 {
2 2 "name": "thesis",
3 - "version": "0.0.11-dev",
3 + "version": "0.0.12-dev",
4 4 "main": "./priv/static/thesis.js",
5 5 "repository": {},
6 6 "license" : "MIT",