Skip to content

Commit

Permalink
[release]Web: v2022.11.20
Browse files Browse the repository at this point in the history
  • Loading branch information
subroh0508 committed Nov 19, 2022
1 parent 53c66db commit 7f3880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/webpack.config.d/04.constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MEASUREMENT_ID = prod ? 'G-XV1LEWMH6K' : 'G-JPJRS76T16';
config.plugins.push(
new webpack.DefinePlugin({
APP_NAME: '"COLOR M@STER"',
APP_VERSION: '"v2022.11.06"',
APP_VERSION: '"v2022.11.20"',
API_KEY: `"${API_KEY}"`,
AUTH_DOMAIN: `"${AUTH_DOMAIN}"`,
DATABASE_URL: `"${DATABASE_URL}"`,
Expand Down

0 comments on commit 7f3880d

Please sign in to comment.