Commit 4f97e6b8 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

set version to 0.5.0

parent e5b977db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
cmake_minimum_required(VERSION 3.8)
project(fviz VERSION "0.4.0")
project(fviz VERSION "0.5.0")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/platform/cmake")
enable_testing()

+1 −1
Original line number Diff line number Diff line
# fviz v0.4.0
# fviz v0.5.0

fviz is a command line program for creating charts and other data-driven
illustrations.
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ tpl = """
  </head>
  <body>
    <div id="navigation">
      <a href="/" class="logo">fviz 0.4.0</a>
      <a href="/" class="logo">fviz 0.5.0</a>

      {{#toc}}
        <a class="nav_title">{{title}}</a>