Current section
37 Versions
Jump to
Current section
37 Versions
Compare versions
6
files changed
+6
additions
-7
deletions
| @@ -16,7 +16,7 @@ _If you are having problems, view `README_INSTALL.md` for manual instructions._ | |
| 16 16 | |
| 17 17 | ```elixir |
| 18 18 | def deps do |
| 19 | - [{:thesis, "~> 0.0.7"}] |
| 19 | + [{:thesis, "~> 0.0.8"}] |
| 20 20 | end |
| 21 21 | |
| 22 22 | def application do |
| @@ -27,7 +27,7 @@ | |
| 27 27 | <<"package.json">>]}. |
| 28 28 | {<<"licenses">>,[<<"MIT">>]}. |
| 29 29 | {<<"links">>, |
| 30 | - [{<<"Docs">>,<<"https://hexdocs.pm/thesis/0.0.7/api-reference.html">>}, |
| 30 | + [{<<"Docs">>,<<"https://hexdocs.pm/thesis/0.0.8/api-reference.html">>}, |
| 31 31 | {<<"GitHub">>,<<"https://github.com/infinite_red/thesis">>}]}. |
| 32 32 | {<<"maintainers">>, |
| 33 33 | [<<"Jamon Holmgren">>,<<"Ken Miller">>,<<"Daniel Berkompas">>]}. |
| @@ -53,4 +53,4 @@ | |
| 53 53 | [{<<"app">>,<<"plug">>}, |
| 54 54 | {<<"optional">>,false}, |
| 55 55 | {<<"requirement">>,<<"~> 1.0">>}]}]}. |
| 56 | - {<<"version">>,<<"0.0.7">>}. |
| 56 | + {<<"version">>,<<"0.0.8">>}. |
| @@ -34,7 +34,6 @@ defmodule Thesis.Router do | |
| 34 34 | plug :fetch_session |
| 35 35 | plug :fetch_flash |
| 36 36 | plug :put_secure_browser_headers |
| 37 | - plug :allow_all_origins |
| 38 37 | end |
| 39 38 | |
| 40 39 | scope "/thesis", Thesis do |
| @@ -1,6 +1,6 @@ | |
| 1 1 | defmodule Thesis.Mixfile do |
| 2 2 | use Mix.Project |
| 3 | - @version "0.0.7" # REMEMBER TO UPDATE package.json and README.md |
| 3 | + @version "0.0.8" # 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.7-dev", |
| 3 | + "version": "0.0.8-dev", |
| 4 4 | "main": "./priv/static/thesis.js", |
| 5 5 | "repository": {}, |
| 6 6 | "license" : "MIT", |
Loading more files…