Skip to content

Commit

Permalink
update title from alpha to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
johnroper100 committed Aug 17, 2018
1 parent 353e313 commit 6c45e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Dropplets v2.0 Alpha - [Latest Version](https://github.com/johnroper100/dropplets/raw/2.0/index.php)
Dropplets v2.0 Beta - [Latest Version](https://github.com/johnroper100/dropplets/raw/2.0/index.php)
======================================

Run locally with `php -S localhost:3100 index.php`
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function showStyleInput(that) {
</head>
<body>
<a href="https://github.com/johnroper100/dropplets/tree/2.0"><img src="https://rawgit.com/johnroper100/dropplets/2.0/logo.svg" class="headerLogo" /></a>
<h3>Dropplets v2.0 Alpha - Licensed Under the GPL 3.0 License</h3>
<h3>Dropplets v2.0 Beta - Licensed Under the GPL 3.0 License</h3>
</body>
<?php } else if ($URI_parts[1] and $URI_parts[1] == 'posts' and $URI_parts[2]) {
// If the config exists, read it and display the blog.
Expand Down

0 comments on commit 6c45e60

Please sign in to comment.