Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Adding 0.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
machaval committed Dec 30, 2021
1 parent 9466f29 commit 0a6351f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/webpack/config.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module.exports = {
]),
new MetaVersionsPlugin(),
new ZipPlugin({
filename: `dw-playground-0.2.zip`,
filename: `dw-playground-0.3.zip`,
path: path.join(rootPath, 'dist')
}),
new webpack.NoEmitOnErrorsPlugin()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
uiVersion=0.1-SNAPSHOT
uiVersion=0.3-SNAPSHOT


0 comments on commit 0a6351f

Please sign in to comment.