Skip to content

Commit

Permalink
final update msg fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Jul 22, 2018
1 parent 7d05de4 commit 2de2eb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
docs/build/
docs/site/
Manifest.toml
update*
4 changes: 2 additions & 2 deletions src/DynamicalBilliards.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ end
if !isfile(joinpath(@__DIR__, "update_v2.0.0"))
printstyled(stdout,
"""
\nWelcome to DynamicalBilliards v2.0!
\nUpdate message: DynamicalBilliards v2.0
The new version v2.0 of DynamicalBilliards brings massive performance
increase, a ton of new features, a more intuitive and simpler low-level interface,
Expand All @@ -89,7 +89,7 @@ automated animation production and much more stuff!
There are also a small amount of minor breaking changes! Please see the
updated documentation page as well as the changelog.\n
"""; color = :light_magenta)
touch("update_v2.0.0")
touch(joinpath(@__DIR__, "update_v2.0.0"))
end


Expand Down

0 comments on commit 2de2eb4

Please sign in to comment.