Skip to content

Commit bbca6ef

Browse files
committed
models/crate: Add max_stable_version field
1 parent 9e2fff2 commit bbca6ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/models/crate.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default class Crate extends Model {
99
@attr('date') created_at;
1010
@attr('date') updated_at;
1111
@attr max_version;
12+
@attr max_stable_version;
1213
@attr newest_version;
1314

1415
@attr description;

0 commit comments

Comments
 (0)