Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
- Dark theme
- Login autocomplete
  • Loading branch information
dhenry123 committed Jan 11, 2024
1 parent fef563e commit f2d1e39
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mytinydc-utdon-client",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"description": "Application for tracking obsolete FOSS applications - UI",
"type": "module",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ L'appplication ne supporte pas "https", vous devrez utiliser ce produit derrièr
- Un port d'exposition, le port exposé par le container est 3015
- Le container peut-être exécuté "ReadOnly"


### Démarrage du service

```
# tag version
tag="1.0.0"
tag="1.2.0"
# Which port do you expose the service on?
port=3015
# Generate secrets
Expand Down
2 changes: 1 addition & 1 deletion doc/en/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The appplication doesn't support "https", so you'll need to use this product beh

```
# tag version
tag="1.0.0"
tag="1.2.0"
# Which port do you expose the service on?
port=3015
# Generate secrets
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": "mytinydc-utdon",
"version": "1.1.0",
"version": "1.2.0",
"description": "Application for tracking obsolete FOSS applications - Server",
"main": "main.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const INPROGRESS_UPTODATEORNOTSTATE: UptoDateOrNotState = {
urlProduction: "",
};

export const APPLICATION_VERSION = "1.1.0";
export const APPLICATION_VERSION = "1.2.0";

// routes which dont need authentication to be served
// firsts are UI routes
Expand Down

0 comments on commit f2d1e39

Please sign in to comment.