Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #113 from Unity-Technologies/release/v6.3.0
Browse files Browse the repository at this point in the history
Release/v6.3.0
  • Loading branch information
stephen-palmer authored Mar 4, 2019
2 parents d6d9fb6 + 0a0b04e commit aaa1493
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.15.1
v10.15.2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cache Server v6.2 [![Build Status](https://travis-ci.org/Unity-Technologies/unity-cache-server.svg?branch=master)](https://travis-ci.org/Unity-Technologies/unity-cache-server) [![Coverage Status](https://coveralls.io/repos/github/Unity-Technologies/unity-cache-server/badge.svg)](https://coveralls.io/github/Unity-Technologies/unity-cache-server)
# Cache Server v6.3 [![Build Status](https://travis-ci.org/Unity-Technologies/unity-cache-server.svg?branch=master)](https://travis-ci.org/Unity-Technologies/unity-cache-server) [![Coverage Status](https://coveralls.io/repos/github/Unity-Technologies/unity-cache-server/badge.svg)](https://coveralls.io/github/Unity-Technologies/unity-cache-server)
> The Unity Cache Server, optimized for locally networked team environments.
## Overview
Expand Down Expand Up @@ -30,7 +30,7 @@ This open-source repository is maintained separately from the Cache Server avail

## Server Setup

Download and install LTS version 8.10.0 of Node.js from the [Node.JS website](https://nodejs.org/en/download/).
Download and install LTS version 10.15.x of Node.js from the [Node.JS website](https://nodejs.org/en/download/).

#### Install from npm registry

Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "unity-cache-server",
"version": "6.2.5",
"version": "6.3.0",
"description": "Unity Cache Server",
"main": "lib/index.js",
"engines": {
"node": "^10.15.1"
"node": "^10.15.2"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit aaa1493

Please sign in to comment.