Skip to content

Commit

Permalink
Merge pull request #133 from ninoseki/v0.29.0
Browse files Browse the repository at this point in the history
v0.29.0
  • Loading branch information
ninoseki committed Nov 6, 2018
2 parents 32bcc85 + ea98f0e commit 53bde6c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Mitaka",
"description": "OSINT friendly IOC (Indicator of Compromise) saerch tool",
"version": "0.28.0",
"version": "0.29.0",
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
Expand Down
40 changes: 20 additions & 20 deletions 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,6 +1,6 @@
{
"name": "mitaka",
"version": "0.28.0",
"version": "0.29.0",
"description": "OSINT friendly IOC (Indicator of Compromise) saerch tool",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"ts-loader": "^5.3.0",
"ts-node": "^7.0.1",
"typescript": "^3.1.6",
"webpack": "^4.25.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"window-or-global": "^1.0.1"
}
Expand Down

0 comments on commit 53bde6c

Please sign in to comment.