Skip to content

Commit

Permalink
build: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ragunathjawahar committed Jul 26, 2023
1 parent 4e56746 commit ef49241
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.Properties
import org.jreleaser.model.Active

@Suppress("PropertyName")
val CLI_VERSION = "0.90.0-SNAPSHOT"
val CLI_VERSION = "0.90.0"

plugins {
application
Expand Down
2 changes: 1 addition & 1 deletion web-server/src/main/resources/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>EUREKA</title><link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=IBM%20Plex%20Sans&display=swap" rel="stylesheet"><script defer="defer" src="/static/js/main.f63676c6.js"></script><link href="/static/css/main.db79ba6b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root" data-host-name="localhost:7070" data-experiment="none"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>EUREKA</title><link rel="preconnect" href="https://fonts.gstatic.com"><link href="https://fonts.googleapis.com/css2?family=IBM%20Plex%20Sans&display=swap" rel="stylesheet"><script defer="defer" src="/static/js/main.c2e7c462.js"></script><link href="/static/css/main.db79ba6b.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root" data-host-name="localhost:7070" data-experiment="none"></div></body></html>

Large diffs are not rendered by default.

0 comments on commit ef49241

Please sign in to comment.