Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
chore: bump to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ALiangLiang committed Sep 16, 2019
1 parent c0561be commit 00c87c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "counter-for-messenger",
"version": "0.2.5",
"version": "0.2.6",
"description": "Count and rank your friends by analysing your Messenger! Check out and download the messaging history of you and your best friends!",
"author": "ALiangLiang <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const config = require('../core/.env')

const manifest = {
name: '__MSG_extName__',
version: '0.2.5',
version_name: (process.env.CHROME) ? '0.2.5' : undefined,
version: '0.2.6',
version_name: (process.env.CHROME) ? '0.2.6' : undefined,
description: '__MSG_extDescription__',
author: 'ALiangLiang',
manifest_version: 2,
Expand Down

0 comments on commit 00c87c6

Please sign in to comment.