Skip to content

Commit

Permalink
Bump version up to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
donggyu04 committed Nov 27, 2020
1 parent 37c7147 commit a8823d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* nGrinder 3.5.2 has been released. See https://github.com/naver/ngrinder/releases
* nGrinder 3.5.3 has been released. See https://github.com/naver/ngrinder/releases

nGrinder
========
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ allprojects {
apply plugin: "idea"

group = "org.ngrinder"
version = "3.5.2"
version = "3.5.3"

idea {
module {
Expand Down
2 changes: 1 addition & 1 deletion ngrinder-controller/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ngrinder:
version: 3.5.2
version: 3.5.3

server:
default-encoding: UTF-8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

ext {
ngrinder_version = "3.5.2"
ngrinder_version = "3.5.3"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion ngrinder-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngrinder",
"version": "3.5.2",
"version": "3.5.3",
"description": "ngrinder GUI",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ngrinder-frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var lessLoader = {
};

module.exports = function (env) {
var ngrinderVersion = '3.5.2';
var ngrinderVersion = '3.5.3';
if (env !== undefined && env.ngrinderVersion !== undefined) {
ngrinderVersion = env.ngrinderVersion;
}
Expand Down

0 comments on commit a8823d4

Please sign in to comment.