Skip to content
This repository has been archived by the owner on Apr 12, 2020. It is now read-only.

Commit

Permalink
Update package information and game version
Browse files Browse the repository at this point in the history
  • Loading branch information
South-Paw committed Oct 6, 2018
1 parent 6453fbd commit b355715
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
👾 A list of all Warframe items that contribute to player mastery rank.

[![npm](https://img.shields.io/npm/v/warframe-item-list.svg)](https://www.npmjs.com/package/warframe-item-list)
[![warframe update](https://img.shields.io/badge/warframe_update-23.8.2-blue.svg)](http://warframe.wikia.com/wiki/Update_23#Hotfix_23.8.2)
[![warframe update](https://img.shields.io/badge/warframe_update-23.9.1-blue.svg)](http://warframe.wikia.com/wiki/Update_23#Hotfix_23.9.1)
[![CI Status](https://img.shields.io/travis/South-Paw/warframe-item-list.svg)](https://travis-ci.org/South-Paw/warframe-item-list)
[![Coveralls Status](https://img.shields.io/coveralls/github/South-Paw/warframe-item-list.svg)](https://coveralls.io/github/South-Paw/warframe-item-list)
[![Dependencies](https://david-dm.org/South-Paw/warframe-item-list/status.svg)](https://david-dm.org/South-Paw/warframe-item-list)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warframe-item-list",
"version": "5.0.1",
"version": "5.0.2",
"description": "A list of all Warframe items that contribute to player mastery rank.",
"keywords": [
"warframe"
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const constants = require('./constants.js');
const objects = require('./objects.js');

module.exports = {
version: '23.8.2',
version: '23.9.1',
array,
objects,
constants,
Expand Down

0 comments on commit b355715

Please sign in to comment.