Current section
37 Versions
Jump to
Current section
37 Versions
Compare versions
7
files changed
+5
additions
-209
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.10"}] |
| 20 | + [{:thesis, "~> 0.0.11"}] |
| 21 21 | end |
| 22 22 | |
| 23 23 | def application do |
| @@ -111,8 +111,6 @@ | |
| 111 111 | <<"web/static/js/components/cancel_button.js">>, |
| 112 112 | <<"web/static/js/components/delete_button.js">>, |
| 113 113 | <<"web/static/js/components/edit_button.js">>, |
| 114 | - <<"web/static/js/components/editor_toolbar.js">>, |
| 115 | - <<"web/static/js/components/page_content_editor.js">>, |
| 116 114 | <<"web/static/js/components/save_button.js">>, |
| 117 115 | <<"web/static/js/components/settings_button.js">>, |
| 118 116 | <<"web/static/js/components/style_button.js">>, |
| @@ -121,7 +119,7 @@ | |
| 121 119 | <<"package.json">>]}. |
| 122 120 | {<<"licenses">>,[<<"MIT">>]}. |
| 123 121 | {<<"links">>, |
| 124 | - [{<<"Docs">>,<<"https://hexdocs.pm/thesis/0.0.10/api-reference.html">>}, |
| 122 | + [{<<"Docs">>,<<"https://hexdocs.pm/thesis/0.0.11/api-reference.html">>}, |
| 125 123 | {<<"GitHub">>,<<"https://github.com/infinite_red/thesis">>}]}. |
| 126 124 | {<<"maintainers">>, |
| 127 125 | [<<"Jamon Holmgren">>,<<"Ken Miller">>,<<"Daniel Berkompas">>]}. |
| @@ -147,4 +145,4 @@ | |
| 147 145 | [{<<"app">>,<<"plug">>}, |
| 148 146 | {<<"optional">>,false}, |
| 149 147 | {<<"requirement">>,<<"~> 1.0">>}]}]}. |
| 150 | - {<<"version">>,<<"0.0.10">>}. |
| 148 | + {<<"version">>,<<"0.0.11">>}. |
| @@ -1,6 +1,6 @@ | |
| 1 1 | defmodule Thesis.Mixfile do |
| 2 2 | use Mix.Project |
| 3 | - @version "0.0.10" # REMEMBER TO UPDATE package.json and README.md |
| 3 | + @version "0.0.11" # 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.10-dev", |
| 3 | + "version": "0.0.11-dev", |
| 4 4 | "main": "./priv/static/thesis.js", |
| 5 5 | "repository": {}, |
| 6 6 | "license" : "MIT", |
unknownpriv/static/thesis-editor.js
File is too large to be displayed (200 KB limit).
Loading more files…