Skip to content

Commit

Permalink
Bump all versionstring to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel de Segovia Gross committed Feb 27, 2018
1 parent 4380063 commit 57b9968
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hubrixco/logjack",
"version": "0.9.7",
"version": "1.0.0",
"description": "A general-purpose logging API based on log4js-node",
"main": "index.js",
"repository": "github:hubrixco/logjack",
Expand Down
2 changes: 1 addition & 1 deletion restapi/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: "A general-purpose logging API based on [log4js-node](https://github.com/log4js-node/log4js-node).\n\
Supports all log4js-node functionality, extending it to include JSON and XML output.\n\nFor\
\ complete documentation visit https://logjack.hubrix.io/"
version: "0.9.6"
version: "1.0.0"
title: "Logjack"
contact:
email: "devops@hubrix.co"
Expand Down
2 changes: 1 addition & 1 deletion restapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logjack",
"version": "0.9.0",
"version": "1.0.0",
"description": "A general-purpose logging API written in node.js, and based on log4js-node. Supports all <a>log4js-node</a> functionality, extending it to include JSON and XML output. <h2>Object Definitions</h2> <h3>Appenders</h3> <p>Write a simpler description of log4js-node appenders</p> <h3>Categories</h3> <p>Write a simpler description of log4js-node categories</p> <h3>Layouts</h3> <p>Write a simpler description of log4js-node layouts.</p> <b>NOTE Explain how different appenders can have different number of properties with examples (maybe link to log4js-node documentation?)</b>",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 57b9968

Please sign in to comment.