Skip to content

Commit

Permalink
add Books list
Browse files Browse the repository at this point in the history
  • Loading branch information
Khen Solomon Lethil authored Jan 5, 2019
1 parent 52cc259 commit b76fed4
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions dist/book.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"id": 1,
"name": "Zolai JSONss",
"desc": "Zolai Version",
"lang": "zo",
"version": 1,
"launched": "10/12/18"
},
{
"id": 2,
"name": "English",
"desc": "King James",
"lang": "en",
"version": 1,
"launched": "10/12/18"
},
{
"id": 3,
"name": "Burmese",
"desc": "Common Burmese Version",
"lang": "my",
"version": 1,
"launched": "10/12/18"
},
{
"id": 666,
"name": "Tmp One",
"desc": "...Beta propose, data would not be found!",
"lang": "",
"version": 1,
"launched": "10/12/18"
},
{
"id": 3567,
"name": "Tmp Two",
"desc": "...Beta propose, data would not be found!",
"lang": "",
"version": 1,
"launched": "10/12/18"
}
]

0 comments on commit b76fed4

Please sign in to comment.