Skip to content

Commit

Permalink
chore(edulint): change version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
esoadamo committed Sep 14, 2023
1 parent 1d3749e commit 1d668de
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.kleobis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const environment: Environment = {
backend: 'https://rest.ksi.fi.muni.cz/',
edulint: {
url: 'https://edulint.com',
version: '2.10.2',
version: 'latest',
config: 'https://ksi.fi.muni.cz/assets/edulint/ksi.toml'
},
urlPrefix: '/',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.kyzikos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const environment: Environment = {
backend: 'https://kyzikos.fi.muni.cz:3000/',
edulint: {
url: 'https://edulint.com',
version: '2.10.2',
version: 'latest',
config: 'default'
},
urlPrefix: '/',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const environment: Environment = {
backend: 'http://localhost:3030/',
edulint: {
url: 'https://edulint.com',
version: '2.10.2',
version: 'latest',
config: 'default'
},
urlPrefix: '',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const environment: Environment = {
backend: 'http://localhost:3000',
edulint: {
url: 'https://edulint.com',
version: '2.10.2',
version: 'latest',
config: 'default'
},
urlPrefix: '',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.pubdev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const environment: Environment = {
backend: 'https://ksi.ahlava.cz/api',
edulint: {
url: 'https://edulint.com',
version: '2.10.2',
version: 'latest',
config: 'default'
},
urlPrefix: '',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const environment: Environment = {
backend: 'http://localhost:3030/',
edulint: {
url: 'https://edulint.com',
version: '2.10.2',
version: 'latest',
config: 'https://ksi.fi.muni.cz/assets/edulint/ksi.toml'
},
urlPrefix: '',
Expand Down

0 comments on commit 1d668de

Please sign in to comment.