Skip to content

Commit

Permalink
Bump version and publish 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aldeed committed Dec 9, 2015
1 parent 2b6bb45 commit ad3ca77
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aldeed:autoform@5.7.1
aldeed:autoform@5.8.0
aldeed:simple-schema@1.1.0
babel-compiler@5.8.24_1
babel-runtime@0.1.4
Expand All @@ -10,46 +10,46 @@ boilerplate-generator@1.0.4
caching-compiler@1.0.0
caching-html-compiler@1.0.2
callback-hook@1.0.4
check@1.0.6
check@1.1.0
ddp@1.2.2
ddp-client@1.2.1
ddp-common@1.2.1
ddp-server@1.2.1
ddp-common@1.2.2
ddp-server@1.2.2
deps@1.0.9
diff-sequence@1.0.1
ecmascript@0.1.5
ecmascript-collections@0.1.6
ecmascript@0.1.6
ecmascript-runtime@0.2.6
ejson@1.0.7
geojson-utils@1.0.4
html-tools@1.0.5
htmljs@1.0.5
id-map@1.0.4
jquery@1.11.4
livedata@1.0.15
local-test:aldeed:autoform@5.7.1
local-test:aldeed:autoform@5.8.0
logging@1.0.8
meteor@1.1.9
meteor@1.1.10
minifiers@1.1.7
minimongo@1.0.10
momentjs:moment@2.10.6
mongo@1.1.2
mongo@1.1.3
mongo-id@1.0.1
npm-mongo@1.4.39_1
observe-sequence@1.0.7
ordered-dict@1.0.4
promise@0.5.0
random@1.0.4
reactive-dict@1.1.2
promise@0.5.1
random@1.0.5
reactive-dict@1.1.3
reactive-var@1.0.6
retry@1.0.4
routepolicy@1.0.6
spacebars@1.0.7
spacebars-compiler@1.0.7
templating@1.1.4
templating@1.1.5
templating-tools@1.0.0
tinytest@1.0.6
tracker@1.0.9
ui@1.0.8
underscore@1.0.4
webapp@1.2.2
webapp@1.2.3
webapp-hashing@1.0.5
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package.describe({
name: "aldeed:autoform",
summary: "Easily create forms with automatic insert and update, and automatic reactive validation.",
git: "https://github.com/aldeed/meteor-autoform.git",
version: "5.7.1"
version: "5.8.0"
});

Package.onUse(function(api) {
Expand Down

0 comments on commit ad3ca77

Please sign in to comment.