Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
borysn committed Sep 15, 2016
1 parent e47bcfd commit d9731e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ idea {

jar {
baseName = 'spring-boot-angular2'
version = '1.0.2'
version = '1.0.3'
}

sourceCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "spring-boot-angular2",
"description": "Spring Boot backend, Angular2 frontend with Webpack, Typescript, Sass, Bootstrap4, Karma, Jasmine",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"scripts": {
"rimraf": "rimraf",
Expand Down

0 comments on commit d9731e9

Please sign in to comment.