Skip to content

Commit

Permalink
bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rind committed Feb 8, 2022
1 parent 19a8319 commit 12f91f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easynwk",
"version": "0.1.0",
"version": "2.0.0",
"private": true,
"author": "Alexander Rind (https://github.com/alex-rind/)",
"repository": "https://github.com/fhstp/easynwk-web/",
Expand Down
3 changes: 2 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
process.env.VUE_APP_VERSION = require('./package.json').version;
/* eslint-disable @typescript-eslint/no-var-requires */
process.env.VUE_APP_VERSION = require("./package.json").version;

module.exports = {
css: {
Expand Down

0 comments on commit 12f91f3

Please sign in to comment.