Skip to content

Commit e5bcf6d

Browse files
committed
version test
1 parent 5118cea commit e5bcf6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/sim-api/src/lib/simapi.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export class SimApiService {
3030

3131
get versions() {
3232
return {
33-
AppVersion: AppVersion ?? '0.0.0',
34-
SimApiVersion: typeof AppVersion !== 'undefined' ? AppVersion : '0.0.0'
33+
App: AppVersion ?? '0.0.0',
34+
SimApi: typeof AppVersion !== 'undefined' ? AppVersion : '0.0.0'
3535
}
3636
}
3737

0 commit comments

Comments
 (0)