File tree Expand file tree Collapse file tree 2 files changed +410
-162
lines changed Expand file tree Collapse file tree 2 files changed +410
-162
lines changed Original file line number Diff line number Diff line change 1
1
defmodule ProtoRune.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.1.1 "
4
+ @ version "0.1.2 "
5
5
@ source_url "https://github.com/zoedsoupe/proto_rune"
6
6
7
7
def project do
@@ -53,21 +53,21 @@ defmodule ProtoRune.MixProject do
53
53
54
54
defp docs do
55
55
guides = [
56
- "guides/getting_started.md" ,
57
- "guides/records.md" ,
58
- "guides/xrpc.md" ,
59
- "guides/bots.md" ,
60
- "guides/identity.md"
61
- ]
56
+ "guides/getting_started.md" ,
57
+ "guides/records.md" ,
58
+ "guides/xrpc.md" ,
59
+ "guides/bots.md" ,
60
+ "guides/identity.md"
61
+ ]
62
62
63
- dev = [ "README.md" , "CONTRIBUTING.md" , "LICENSE" ]
63
+ dev = [ "README.md" , "CONTRIBUTING.md" , "LICENSE" , "rfc.md" ]
64
64
65
65
[
66
66
main: "getting_started" ,
67
67
extras: dev ++ guides ,
68
68
groups_for_extras: [
69
- " Guides" : guides ,
70
- " Development" : dev
69
+ Guides: guides ,
70
+ Development: dev
71
71
]
72
72
]
73
73
end
You can’t perform that action at this time.
0 commit comments