ftlabs / fastclick

Polyfill to remove click delays on browsers with touch UIs
MIT License
18.66k stars 3.22k forks source link

Next release #343

Closed jhnns closed 9 years ago

jhnns commented 9 years ago

Are there any plans when you will publish the next release? I prefer to install the modules via npm which still has 1.0.3.

vogdb commented 9 years ago

Bump.

vogdb commented 9 years ago

Probably better to mention someone. @matthew-andrews @rowanbeentje ?

amay commented 9 years ago

:+1:

sandstrom commented 9 years ago

friendly ping :smiley: @mattcg @matthew-andrews @triblondon @georgecrawford

matthew-andrews commented 9 years ago

There's not been any new features or breaking changes so this will be a patch version.

$ npm version patch
v1.0.4
$ g push --tags
Counting objects: 4, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 412 bytes | 0 bytes/s, done.
Total 4 (delta 2), reused 0 (delta 0)
To git@github.com:ftlabs/fastclick.git
 * [new tag]         v1.0.4 -> v1.0.4
$ g push
Total 0 (delta 0), reused 0 (delta 0)
To git@github.com:ftlabs/fastclick.git
   17135ad..c4060d4  master -> master
$ npm publish
+ fastclick@1.0.4
jhnns commented 9 years ago

Thx :+1:

sandstrom commented 9 years ago

Thanks @matthew-andrews!