Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jdurrant
webina
Commits
c259bd86
Commit
c259bd86
authored
Apr 20, 2020
by
Jacob Durrant
Browse files
Update version to 1.0.1.
parent
9e0d021f
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
c259bd86
Changes
Changes
=======
=======
WIP
1.
0.1
---
---
--
*
Updated the "Run Vina from the Command Line" widget.
*
Updated the "Run Vina from the Command Line" widget.
*
Fixed a minor bug that sometimes caused malformed example command lines.
*
Fixed a minor bug that sometimes caused malformed example command lines.
...
...
README.md
View file @
c259bd86
# Webina 1.0.
0
#
# Webina 1.0.
1
#
## Introduction ##
## Introduction ##
...
...
package-lock.json
View file @
c259bd86
{
{
"name"
:
"webina"
,
"name"
:
"webina"
,
"version"
:
"1.0.
0
"
,
"version"
:
"1.0.
1
"
,
"lockfileVersion"
:
1
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"requires"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
...
...
package.json
View file @
c259bd86
{
{
"name"
:
"webina"
,
"name"
:
"webina"
,
"version"
:
"1.0.
0
"
,
"version"
:
"1.0.
1
"
,
"description"
:
""
,
"description"
:
""
,
"private"
:
true
,
"private"
:
true
,
"scripts"
:
{
"scripts"
:
{
...
...
src/Version.ts
View file @
c259bd86
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
// LICENSE.md or go to https://opensource.org/licenses/Apache-2.0 for full
// LICENSE.md or go to https://opensource.org/licenses/Apache-2.0 for full
// details. Copyright 2020 Jacob D. Durrant.
// details. Copyright 2020 Jacob D. Durrant.
export
let
VERSION
=
"
1.0.
0
"
;
export
let
VERSION
=
"
1.0.
1
"
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment