Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JLyne committed Dec 10, 2021
1 parent fd0e11f commit f0f9820
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_VERSION=2.0.0-beta.4
VITE_VERSION=2.0.0
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.jlyne</groupId>
<artifactId>LiveAtlas</artifactId>
<version>2.0.0-beta.4</version>
<version>2.0.0</version>
<build>
<resources>
<resource>
Expand Down
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": "live-atlas",
"version": "2.0.0-beta.4",
"version": "2.0.0",
"private": false,
"scripts": {
"serve": "vite",
Expand Down

0 comments on commit f0f9820

Please sign in to comment.