Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumebort committed Nov 27, 2013
1 parent 1aea20d commit 9c2e629
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -2,7 +2,7 @@ module.exports = function(grunt) {

grunt.initConfig({

VERSION: '1.0.3',
VERSION: '1.0.4',

pkg: grunt.file.readJSON('package.json'),

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
You can find the latest version of the library at:

```
https://github.com/prismicio/repository/raw/master/javascript/prismic.io-1.0.2.min.js
https://github.com/prismicio/repository/raw/master/javascript/prismic.io-1.0.4.min.js
```

*(you may need to adapt the version number)*
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"description": "JavaScript development kit for prismic.io",
"url": "https://github.com/prismicio/javascript-kit",
"keywords": ["prismic", "prismic.io", "cms", "content", "api"],
"version": "1.0.3",
"version": "1.0.4",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
Expand Down

0 comments on commit 9c2e629

Please sign in to comment.