Browse Source

v0.0.3 補入基隆市區

motephyr 10 years ago
parent
commit
f80cafd08f
2 changed files with 9 additions and 1 deletions
  1. 8 0
      db/areas.json
  2. 1 1
      lib/taiwan_city/version.rb

+ 8 - 0
db/areas.json

@@ -66,6 +66,14 @@
         {"text": "三芝區","id": "02252"},
         {"text": "石門區","id": "02253"},
 
+        {"text": "仁愛區","id": "03200"},
+        {"text": "信義區","id": "03201"},
+        {"text": "中正區","id": "03202"},
+        {"text": "中山區","id": "03203"},
+        {"text": "安樂區","id": "03204"},
+        {"text": "暖暖區","id": "03205"},
+        {"text": "七堵區","id": "03206"},
+
         {"text": "宜蘭市","id": "15260"},
         {"text": "頭城鎮","id": "15261"},
         {"text": "礁溪鄉","id": "15262"},

+ 1 - 1
lib/taiwan_city/version.rb

@@ -1,3 +1,3 @@
 module TaiwanCity
-  VERSION = "0.0.2"
+  VERSION = "0.0.3"
 end