Skip to content

Commit

Permalink
change to release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
startxfr committed Jan 29, 2018
1 parent a2c759b commit 0ac1de4
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
- secure: "GJeuDtHqYz70+p0t5MmAA/k50ncT3ao+IxChjfceyAZ3EV5Ij00eanz3Z5cLnWzeoqwOOzDK+lYaRYhySxVtYaRyw0qIqypiPnuTjRykEJ4+bOUZrwYEa9c9TvQgWMvlVDRBiVATRYQ692+WTbIqEifMSQ/tkELws6H9gCE93PEyaAUv8X8ugawdTack+zKxAJgse9WCQ28SM16NqFAL3Rnd/6lHVRefgvcH7XrWnX4xD60HTULWon8MV8pjyp3cSTfQ27SgIiYMaIg8QadsJXJgZpl5h7EWV5p2Qat6sua8ZWCAcpTtwxwvQwAcwkXWxCE9V0HXk05bbNxg4UQlWxMiqo/KZYD9SQDOde7pFLmbFdHNexKnMAhSro87T1ZUw7cUmYlpR8O4LUQtreDc6K1RYApwkZQUtd8Vz197SWXXI+JHzPWgZ+QwkxcBVHofqxQ5hGPulBEsQYcWGNf9Jss9+Af50p8CAPYWH4EHjw6rLivJt0r2xRLdD5tDqOmSrGc8Y/+HSdTMIvQ+8e/7V7hZ6PmA2+0bRM1I3V4OdKTXP/fjxLj/2yyJ0gTvmT1pii9lD7q1hEuFgyuWzBtZRFBPAZt9HidkmkBhhnEBuTrsTKNcebZtXPgFDyV5PLNw1L1bBHvIRvWc2Jn9IrzODOdiz2VT5qzn7FAyulExEak=" # DOCKER_PASS
- COMMIT=${TRAVIS_COMMIT::8}
- REPO=startx/sxapi
- RELEASE=0.1.5
- RELEASE=0.1.6

sudo: required

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:8-alpine
MAINTAINER STARTX "dev@startx.fr"

ENV SXAPI_VERSION=0.1.5 \
ENV SXAPI_VERSION=0.1.6 \
NODE_ENV=development \
APP_PATH=/usr/src/app \
CONF_PATH=/conf \
Expand Down
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If the current behavior is a bug, please provide the steps to reproduce and if p

* **Please tell us about your environment:**

- version: 0.1.5 (npm, docker)
- version: 0.1.6 (npm, docker)
- Browser: "Firefox 21.0.2"
- Nodejs: "NodeJS 2.1.2"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![sxapi](https://raw.githubusercontent.com/startxfr/sxapi-core/master/docs/assets/logo.svg?sanitize=true)](https://github.com/startxfr/sxapi-core)

# sxapi-core project ![sxapi](https://img.shields.io/badge/latest-v0.1.5-blue.svg)
# sxapi-core project ![sxapi](https://img.shields.io/badge/latest-v0.1.6-blue.svg)

**sxapi** for **s**imple and e**x**tensible **api** (Application Programming Interface) is an an open-source framework for quickly building simple and small API based on microservice architecture.

Expand Down
2 changes: 1 addition & 1 deletion bot-sxapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{
"path": "/",
"desc": "Display welcome message (HTML)",
"body": "<html><head><title>sxapi-core API</title></head><body><h1>Your API is live !</h1><p>This API is based on sxapi-core v0.1.5 and use default config file. You can now start to configure your sxapi.json config file in order to build your own API </p></body></html>"
"body": "<html><head><title>sxapi-core API</title></head><body><h1>Your API is live !</h1><p>This API is based on sxapi-core v0.1.6 and use default config file. You can now start to configure your sxapi.json config file in order to build your own API </p></body></html>"
},
{
"path": "/health",
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/openshift-template-configMap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ parameters:
value: sxapi-demo
required: true
- name: IMAGE_NAME
value: 0.1.5
value: 0.1.6
required: true
- name: REGISTRY
value: "startx/sxapi"
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/openshift-template-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ parameters:
value: sxapi-demo
required: true
- name: IMAGE_NAME
value: 0.1.5
value: 0.1.6
required: true
- name: REGISTRY
value: "startx/sxapi"
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/openshift-template-volume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ parameters:
value: sxapi-demo
required: true
- name: IMAGE_NAME
value: 0.1.5
value: 0.1.6
required: true
- name: REGISTRY
value: "startx/sxapi"
Expand Down
2 changes: 1 addition & 1 deletion openshift-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ parameters:
value: sxapi-demo
required: true
- name: IMAGE_NAME
value: 0.1.5
value: 0.1.6
required: true
- name: REGISTRY
value: "startx/sxapi"
Expand Down
4 changes: 2 additions & 2 deletions sxapi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sxapi-default",
"description": "sxapi default config file",
"version": "0.1.5",
"version": "0.1.6",
"debug": true,
"session": {
"duration": 3600,
Expand Down Expand Up @@ -35,7 +35,7 @@
{
"path": "/",
"desc": "Display welcome message (HTML)",
"body": "<html><head><title>sxapi-core API</title></head><body><h1>Your API is live !</h1><p>This API is based on sxapi-core v0.1.5 and use default config file. You can now start to configure your sxapi.json config file in order to build your own API </p></body></html>"
"body": "<html><head><title>sxapi-core API</title></head><body><h1>Your API is live !</h1><p>This API is based on sxapi-core v0.1.6 and use default config file. You can now start to configure your sxapi.json config file in order to build your own API </p></body></html>"
},
{
"path": "/health",
Expand Down
2 changes: 1 addition & 1 deletion travis-sxapi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sxapi-default-travis",
"description": "sxapi default travis config file",
"version": "0.1.5",
"version": "0.1.6",
"debug": true,
"log": {
"filters": {
Expand Down

0 comments on commit 0ac1de4

Please sign in to comment.