-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #505 from vizzuhq/release-0.10.0
Set version to 0.10.0
- Loading branch information
Showing
16 changed files
with
218 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
??? info "Info - How to setup Vizzu" {% include-markdown | ||
"tutorial/assets/setup/init.md" %} | ||
??? info "Info - How to setup Vizzu" | ||
{% include-markdown "tutorial/assets/setup/init.md" %} | ||
|
||
``` | ||
{% include-markdown "tutorial/assets/setup/config_a.md" %} | ||
``` | ||
{% include-markdown "tutorial/assets/setup/config_a.md" %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
??? info "Info - How to setup Vizzu" {% include-markdown | ||
"tutorial/assets/setup/init.md" %} | ||
??? info "Info - How to setup Vizzu" | ||
{% include-markdown "tutorial/assets/setup/init.md" %} | ||
|
||
``` | ||
{% include-markdown "tutorial/assets/setup/config_b.md" %} | ||
``` | ||
{% include-markdown "tutorial/assets/setup/config_b.md" %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
??? info "Info - How to setup Vizzu" {% include-markdown | ||
"tutorial/assets/setup/init.md" %} | ||
??? info "Info - How to setup Vizzu" | ||
{% include-markdown "tutorial/assets/setup/init.md" %} | ||
|
||
``` | ||
{% include-markdown "tutorial/assets/setup/config_c.md" %} | ||
``` | ||
{% include-markdown "tutorial/assets/setup/config_c.md" %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#include "version.h" | ||
|
||
const App::Version Vizzu::Main::version(0, 9, 3); | ||
const App::Version Vizzu::Main::version(0, 10, 0); | ||
|
||
const char *const Vizzu::Main::siteUrl = "https://vizzuhq.com/"; | ||
const char *const Vizzu::Main::siteUrl = "https://vizzu.io/"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.