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

Commit

Permalink
[U] Release v3.1.2.416
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Aug 27, 2019
1 parent 6039bb2 commit 4d8a5f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.hydev.geetrashsorter" version="2.333" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.hydev.geetrashsorter" version="3.1.2.416" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>极分类</name>
<description>识图垃圾分类助手</description>
<author email="[email protected]" href="http://hydev.org/">HyDEV 开发组</author>
Expand Down
2 changes: 1 addition & 1 deletion src/app/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class Constants
* Version
* 内部版本号
*/
public static INNER_VERSION = '0.1.0.405';
public static INNER_VERSION = '3.1.2.416';

// Storage key constant
// 数据库键名
Expand Down

0 comments on commit 4d8a5f8

Please sign in to comment.