Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
maurictg committed Sep 29, 2020
1 parent c3bb2bd commit 4911f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocksharp/qquery",
"version": "1.0.1",
"version": "1.0.2",
"description": "QQuery is a small and lightweight JQuery alternative",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ajax, post, get, getJSON, serializeJSON, deserializeJSON, cookie } from
import $ from './selector';

/**
* QQuery version 1.0.1
* QQuery version 1.0.2
* © 2020 maurictg, MIT Licence
*/

Expand Down

0 comments on commit 4911f9d

Please sign in to comment.