Skip to content

Commit acf6dc6

Browse files
committed
chore: Bump version
1 parent f8180af commit acf6dc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ After build phase, 3 files are generated into the `dist` folder:
4343
- [ ] Add TODO example
4444
- [ ] Setup VSCode debug to match webpack-dev-server
4545
- [ ] Setup a webpack common configuration and use webpack-merge
46-
- [ ] Setup unit tests
46+
- [ ] Setup unit tests with Jasmine / Karma

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-webpack-starter",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A damn simple starter for Typescript and Webpack",
55
"main": "src/index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)