Current section

37 Versions

Jump to

Compare versions

7 files changed
+8 additions
-981 deletions
  @@ -30,7 +30,7 @@ _If you are having problems, view `README_INSTALL.md` for manual instructions._
30 30
31 31 ```elixir
32 32 def deps do
33 - [{:thesis, "~> 0.0.18"}]
33 + [{:thesis, "~> 0.0.19"}]
34 34 end
35 35
36 36 def application do
  @@ -6,7 +6,7 @@ For automatic setup, see `README.md`.
6 6
7 7 ```elixir
8 8 def deps do
9 - [{:thesis, "~> 0.0.18"}]
9 + [{:thesis, "~> 0.0.19"}]
10 10 end
11 11
12 12 def application do
  @@ -128,7 +128,7 @@
128 128 <<"package.json">>]}.
129 129 {<<"licenses">>,[<<"MIT">>]}.
130 130 {<<"links">>,
131 - [{<<"Docs">>,<<"https://hexdocs.pm/thesis/0.0.18/api-reference.html">>},
131 + [{<<"Docs">>,<<"https://hexdocs.pm/thesis/0.0.19/api-reference.html">>},
132 132 {<<"GitHub">>,<<"https://github.com/infinite_red/thesis">>}]}.
133 133 {<<"maintainers">>,
134 134 [<<"Jamon Holmgren">>,<<"Ken Miller">>,<<"Daniel Berkompas">>]}.
  @@ -158,4 +158,4 @@
158 158 {<<"name">>,<<"html_sanitize_ex">>},
159 159 {<<"optional">>,false},
160 160 {<<"requirement">>,<<">= 1.0.1">>}]]}.
161 - {<<"version">>,<<"0.0.18">>}.
161 + {<<"version">>,<<"0.0.19">>}.
  @@ -1,6 +1,6 @@
1 1 defmodule Thesis.Mixfile do
2 2 use Mix.Project
3 - @version "0.0.18" # REMEMBER TO UPDATE package.json and both READMEs!
3 + @version "0.0.19" # REMEMBER TO UPDATE package.json and both READMEs!
4 4
5 5 def project do
6 6 [
  @@ -1,13 +1,13 @@
1 1 {
2 2 "name": "thesis",
3 - "version": "0.0.18-dev",
3 + "version": "0.0.19-dev",
4 4 "main": "./priv/static/thesis.js",
5 5 "repository": {},
6 6 "license" : "MIT",
7 7 "devDependencies": {
8 8 "babel-brunch": "~6.0.0",
9 9 "babel-preset-react": "^6.5.0",
10 - "brunch": "~2.2.3",
10 + "brunch": "^2.8.2",
11 11 "medium-editor": "^5.14.4",
12 12 "react": "0.14.7",
13 13 "react-dom": "0.14.7",
Loading more files…