Skip to content

Commit

Permalink
change version label to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SwenVanZanten committed Mar 17, 2021
1 parent ccdc00e commit b022da1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: 'dist_electron/**'
prerelease: true
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Deploy Docs Website

on:
push:
branches:
- main
tags:
- '*'

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "MyVergies",
"description": "An electron-vue Verge Currency desktop wallet with Tor built in",
"version": "0.6.1",
"version": "1.0.0",
"license": "MIT",
"private": true,
"author": {
Expand Down
4 changes: 0 additions & 4 deletions src/docs/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<template>
<div style="overflow-x: hidden; overflow-y: visible">
<div class="notification is-warning is-marginless is-radiusless">
<strong>MyVergies</strong> is currently still in <strong>BETA</strong> development. This means some features may not work 100%.
</div>

<div class="is-grid has-background-gradient-purple">
<div class="overlay diagonal-overlay"/>
<div class="overlay has-background-white is-hidden-tablet is-hidden-desktop is-hidden-fullhd is-hidden-widescreen"/>
Expand Down

0 comments on commit b022da1

Please sign in to comment.