Skip to content

Commit 6835f22

Browse files
author
borysn
committed
update version
1 parent a6a997e commit 6835f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ idea {
3939

4040
jar {
4141
baseName = 'spring-boot-angular2'
42-
version = '0.0.1-SNAPSHOT'
42+
version = '0.1.0'
4343
}
4444

4545
sourceCompatibility = 1.8

src/main/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "spring-boot-angular2",
33
"description": "Spring Boot with Angular2, Typescript, Sass, and a Gulp Build",
44
"private": true,
5-
"version": "0.0.1-SNAPSHOT",
5+
"version": "0.1.0",
66
"license": "MIT",
77
"scripts": {
88
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",

0 commit comments

Comments
 (0)