Skip to content

Commit

Permalink
[release] 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Feb 17, 2019
1 parent 5591d44 commit 2134e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vant",
"version": "1.6.4",
"version": "1.6.5",
"description": "Lightweight Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import TreeSelect from './tree-select';
import Uploader from './uploader';
import Waterfall from './waterfall';

const version = '1.6.4';
const version = '1.6.5';
const components = [
Actionsheet,
AddressEdit,
Expand Down

0 comments on commit 2134e9b

Please sign in to comment.