Skip to content

Commit

Permalink
release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Feb 27, 2023
1 parent 261634e commit 34c09e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dream-journal-app",
"version": "1.3.0-beta",
"version": "1.3.0",
"author": {
"name": "Brent Ely",
"url": "https://github.com/gitbrent/"
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// APP
export const APP_BLD = '20230226-0940'
//export const APP_VER = `1.3.0-WIP ${APP_BLD}`
export const APP_VER = '1.3.0-RC1'
export const APP_VER = '1.3.0'
export const IS_LOCALHOST = window.location.href.toLowerCase().indexOf('localhost') > -1

// ============================================================================
Expand Down
2 changes: 1 addition & 1 deletion src/app/googlegsi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @see https://developers.google.com/identity/oauth2/web/guides/use-token-model
* ========================================================
*
* NOTE: `this.GAPI_API_KEY` will always be empty unless we use the "private initGapiClient = (): void => {}" style!
* NOTE: `this.GAPI_API_KEY` will always be empty unless the "private initGapiClient = (): void => {}" style of function declaration is used!!
*/
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference types="google-one-tap" />
Expand Down

0 comments on commit 34c09e4

Please sign in to comment.