Skip to content

Commit 97dcbd9

Browse files
committed
Update version to 0.4.2.1-STABLE and add favicon to index.html
1 parent e278fba commit 97dcbd9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'fr.sandro642.github'
8-
version = '0.4.2-STABLE'
8+
version = '0.4.2.1-STABLE'
99

1010
// Générer une classe de version automatiquement
1111
task generateVersionClass {

src/main/resources/static/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5+
<link rel="icon" href="https://connectlib.xyz/favicon.ico" type="image/x-icon">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<title>Dashboard</title>
78
<style>

0 commit comments

Comments
 (0)