Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update version to 1.0.1.
  • Loading branch information
jacobdurrant committed Apr 20, 2020
1 parent 9e0d021 commit c259bd8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
Changes
=======

WIP
---
1.0.1
-----

* Updated the "Run Vina from the Command Line" widget.
* Fixed a minor bug that sometimes caused malformed example command lines.
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Webina 1.0.0 #
# Webina 1.0.1 #

## Introduction ##

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "webina",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Version.ts
Expand Up @@ -2,4 +2,4 @@
// LICENSE.md or go to https://opensource.org/licenses/Apache-2.0 for full
// details. Copyright 2020 Jacob D. Durrant.

export let VERSION = "1.0.0";
export let VERSION = "1.0.1";

0 comments on commit c259bd8

Please sign in to comment.