Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from grooves/master
Browse files Browse the repository at this point in the history
Release 1.0.1
  • Loading branch information
tshotoku committed Apr 2, 2015
2 parents 47b709e + 90615bc commit fe0c5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "forkwell_for_chrome",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion src/coffee/background.coffee
@@ -1,6 +1,6 @@
fetchFromForkwellJobs = ->
host = 'https://jobs.forkwell.com'
url = "#{host}/chrome/services.json"
url = "#{host}/api/v1/chrome/services.json"
$.getJSON url, (json) ->
chrome.storage.local.set json

Expand Down

0 comments on commit fe0c5d1

Please sign in to comment.