Skip to content

Commit

Permalink
Added version number to package.json (#111)
Browse files Browse the repository at this point in the history
### Description

Catapult (the internal tool we use to release Firebase JavaScript libraries) now works without the `0.0.0` version placeholder in the `package.json` file. So, we can finally add the actual version numbers back into this file.

### Code sample

N/A
  • Loading branch information
Jacob Wenger authored Feb 22, 2017
1 parent fbaad3d commit c8f6873
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
@@ -1,6 +1,6 @@
{
"name": "firebase-queue",
"version": "0.0.0",
"version": "1.6.1",
"description": "A fault-tolerant, multi-worker, multi-stage job pipeline built on Firebase",
"keywords": [
"job",
Expand Down

0 comments on commit c8f6873

Please sign in to comment.