[Version] Change to v0.5.2

This commit is contained in:
Qolzam
2018-02-01 13:37:58 +07:00
parent cff405849f
commit 18120cc839
2 changed files with 2 additions and 2 deletions

View File

@@ -122,7 +122,7 @@
</div> </div>
</div> </div>
<script src="/bundle-v0.5.1.js"></script> <script src="/bundle-v0.5.2.js"></script>
</body> </body>
</html> </html>

View File

@@ -64,7 +64,7 @@ module.exports = {
output: { output: {
publicPath: '/', publicPath: '/',
path: path.resolve(__dirname, './public'), path: path.resolve(__dirname, './public'),
filename: 'bundle-v0.5.1.js', filename: 'bundle-v0.5.2.js',
}, },
resolve: { resolve: {