Skip to content

Commit ad203b6

Browse files
committed
@JuliaRegistrator register()
1 parent 15b696d commit ad203b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TrueSkillThroughTime"
22
uuid = "093ab8f2-bf28-59ac-8da0-1d7157d27bf9"
33
authors = ["Gustavo Landfried <gustavolandfried@gmail.com>"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[compat]
77
julia = "^1"

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
using Documenter, Revise
22
using TrueSkillThroughTime
3-
deploydocs(repo = "github.com/glandfried/TrueSkillThroughTime.jl.git")
43
makedocs(
54
modules = [TrueSkillThroughTime],
65
format = Documenter.HTML(),
76
checkdocs = :exports,
87
sitename = "TrueSkillThroughTime.jl",
98
pages = Any["index.md"]
109
)
10+
deploydocs(repo = "github.com/glandfried/TrueSkillThroughTime.jl.git")
1111

0 commit comments

Comments
 (0)