Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit c3c58dd

Browse files
committed
chore(all): prepare release 0.1.2
1 parent 954b533 commit c3c58dd

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

doc/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name"0.1.2"></a>
2+
### 0.1.2 (2015-12-27)
3+
4+
5+
#### Bug Fixes
6+
7+
* **news:** display no news message on api unavailability ([f9c2f953](https://github.com/MarcScheib/legendsrising/commit/f9c2f953))
8+
9+
110
<a name"0.1.1"></a>
211
### 0.1.1 (2015-12-20)
312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LegendsRising",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "LegendsRising, a Massively Multiplayer Online Role-Playing Game",
55
"keywords": [
66
"legendsrising",

src/configuration/application.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LegendsRising",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"development": {
55
"api": {
66
"endpoint": "http://lr.local/api"

0 commit comments

Comments
 (0)