Skip to content

Commit 22f30e9

Browse files
Added a few more items to HoW list.
1 parent 9c1425f commit 22f30e9

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Destiny Item Manager",
4-
"version": "3.0.5",
4+
"version": "3.0.5.1",
55
"description": "Robust interface to manage gear, weapons, and items in destiny.",
66
"icons": {
77
"16": "icon16.png",

app/scripts/services/dimStoreService.factory.js

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,24 @@
291291
itemType = 'Lost Items';
292292
}
293293

294-
var how = [775290250,
294+
var how = [27147831,
295+
42955693,
296+
67667123,
297+
90237898,
298+
218050499,
299+
265815054,
300+
335523232,
301+
339830484,
302+
393928834,
303+
396000457,
304+
458051526,
305+
503662095,
306+
523254923,
307+
539209176,
308+
561917151,
309+
624069029,
310+
714364949,
311+
775290250,
295312
795669148,
296313
860021733,
297314
882909349,

app/views/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div dim-about dim-click-anywhere-but-here="app.closeLoadoutPopup()">
22
<h3>About Destiny Item Manager (DIM)</h3>
3-
<h4>Version 3.0.5</h4>
3+
<h4>Version 3.0.5.1</h4>
44
<p>
55
DIM is built upon the same services used by Bungie.net and the Destiny Companion App. DIM can access the items within your Guardians inventory and the Vault for both PlayStation and Xbox, if you have played on either platforms.
66
</p>

0 commit comments

Comments
 (0)