lib/todoist/config.rb in todoist-ruby-0.2.5 vs lib/todoist/config.rb in todoist-ruby-0.2.6

- old
+ new

@@ -1,7 +1,7 @@ module Todoist class Config - TODOIST_API_URL = "https://api.todoist.com/sync/v8" + TODOIST_API_URL = "https://api.todoist.com/sync/v9" # List of commands supported @@command_list = [ TODOIST_SYNC_COMMAND = "/sync", TODOIST_TEMPLATES_IMPORT_INTO_PROJECT_COMMAND = "/templates/import_into_project",