Skip to content

Commit

Permalink
🔖 release 2.0.12.ALPHA
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Oct 19, 2018
1 parent 81fa0a7 commit 2a8819c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ Run with `Maven`:
<dependency>
<groupId>com.bladejava</groupId>
<artifactId>blade-mvc</artifactId>
<version>2.0.11.RELEASE</version>
<version>2.0.12.ALPHA</version>
</dependency>
```

or `Gradle`:

```sh
compile 'com.bladejava:blade-mvc:2.0.11.RELEASE'
compile 'com.bladejava:blade-mvc:2.0.12.ALPHA'
```

Write the `main` method and the `Hello World`:
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.bladejava</groupId>
<artifactId>blade-mvc</artifactId>
<version>2.0.11.RELEASE</version>
<version>2.0.12.ALPHA</version>
</dependency>
```

Expand All @@ -70,7 +70,7 @@
或者 `Gradle`:

```sh
compile 'com.bladejava:blade-mvc:2.0.11.RELEASE'
compile 'com.bladejava:blade-mvc:2.0.12.ALPHA'
```

编写 `main` 函数写一个 `Hello World`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'eclipse'
apply plugin: 'idea'

group = 'com.bladejava'
version = '2.0.11.RELEASE'
version = '2.0.12.ALPHA'

description = 'blade-mvc'

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.bladejava</groupId>
<artifactId>blade-mvc</artifactId>
<version>2.0.12-SNAPSHOT</version>
<version>2.0.12.ALPHA</version>
<packaging>jar</packaging>

<name>blade</name>
Expand Down

0 comments on commit 2a8819c

Please sign in to comment.