Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
anandsuresh committed Aug 5, 2015
1 parent 5147487 commit b55bee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"sse4.2",
"error detection"
],
"version": "3.4.0",
"version": "4.0.0",
"author": "Anand Suresh <anandsuresh@gmail.com> (https://github.com/anandsuresh)",
"license": "MIT",
"repository": {
Expand Down

5 comments on commit b55bee2

@stephenplusplus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anandsuresh I think this needs to be published to npm still.

@anandsuresh
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can swear that I had published this. :( Will update the version to 4.0.1 and publish again!

@anandsuresh
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published to NPM as sse4_crc32@v4.0.1

@ivan
Copy link
Contributor

@ivan ivan commented on b55bee2 Aug 21, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you did publish it? These are identical except for the version in package.json:

http://registry.npmjs.org/sse4_crc32/-/sse4_crc32-4.0.0.tgz

http://registry.npmjs.org/sse4_crc32/-/sse4_crc32-4.0.1.tgz

@anandsuresh
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems about right. The latest release is just a version bump. No changes as such. Oh well. Hopefully you're unblocked now.

Please sign in to comment.