Skip to content

Commit dd7d7ef

Browse files
committed
chore: Bump version
1 parent 2e6ba8f commit dd7d7ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dev/components/form/datetime.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ export default {
189189
data () {
190190
return {
191191
// model: '2016-09-18T10:45:00.000Z',
192-
model: 0,
192+
model: undefined,
193+
// model: 0,
193194
defaultSelection: '2016-09-18T10:45:00.000Z',
194195
195196
format: 'MMMM D, YYYY [at] h:mm [[]a[\\]]',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quasar-framework",
3-
"version": "0.15.0-beta.2",
3+
"version": "0.15.0-beta.3",
44
"description": "Simultaneously build desktop/mobile SPA websites & phone/tablet apps with VueJS",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)