Current section
37 Versions
Jump to
Current section
37 Versions
Compare versions
9
files changed
+13
additions
-16
deletions
| @@ -42,7 +42,7 @@ _If you are having problems, view `README_INSTALL.md` for manual instructions._ | |
| 42 42 | |
| 43 43 | ```elixir |
| 44 44 | def deps do |
| 45 | - [{:thesis, "~> 0.0.24"}] |
| 45 | + [{:thesis, "~> 0.0.25"}] |
| 46 46 | end |
| 47 47 | |
| 48 48 | 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.24"}] |
| 9 | + [{:thesis, "~> 0.0.25"}] |
| 10 10 | end |
| 11 11 | |
| 12 12 | def application do |
| @@ -136,7 +136,7 @@ | |
| 136 136 | <<"README_INSTALL.md">>,<<"LICENSE.md">>,<<"package.json">>]}. |
| 137 137 | {<<"licenses">>,[<<"MIT">>]}. |
| 138 138 | {<<"links">>, |
| 139 | - [{<<"Docs">>,<<"https://hexdocs.pm/thesis/0.0.24/api-reference.html">>}, |
| 139 | + [{<<"Docs">>,<<"https://hexdocs.pm/thesis/0.0.25/api-reference.html">>}, |
| 140 140 | {<<"GitHub">>,<<"https://github.com/infinitered/thesis">>}]}. |
| 141 141 | {<<"maintainers">>, |
| 142 142 | [<<"Jamon Holmgren">>,<<"Yulian Glukhenko">>,<<"Ken Miller">>, |
| @@ -167,4 +167,4 @@ | |
| 167 167 | {<<"name">>,<<"html_sanitize_ex">>}, |
| 168 168 | {<<"optional">>,false}, |
| 169 169 | {<<"requirement">>,<<">= 1.0.1">>}]]}. |
| 170 | - {<<"version">>,<<"0.0.24">>}. |
| 170 | + {<<"version">>,<<"0.0.25">>}. |
| @@ -1,6 +1,6 @@ | |
| 1 1 | defmodule Thesis.Mixfile do |
| 2 2 | use Mix.Project |
| 3 | - @version "0.0.24" # REMEMBER TO UPDATE package.json and both READMEs! |
| 3 | + @version "0.0.25" # REMEMBER TO UPDATE package.json and both READMEs! |
| 4 4 | |
| 5 5 | def project do |
| 6 6 | [ |
| @@ -1,6 +1,6 @@ | |
| 1 1 | { |
| 2 2 | "name": "thesis", |
| 3 | - "version": "0.0.24-dev", |
| 3 | + "version": "0.0.25-dev", |
| 4 4 | "repository": {}, |
| 5 5 | "license": "MIT", |
| 6 6 | "devDependencies": { |
Loading more files…