We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
max_stable_version
1 parent 9e2fff2 commit bbca6efCopy full SHA for bbca6ef
app/models/crate.js
@@ -9,6 +9,7 @@ export default class Crate extends Model {
9
@attr('date') created_at;
10
@attr('date') updated_at;
11
@attr max_version;
12
+ @attr max_stable_version;
13
@attr newest_version;
14
15
@attr description;
0 commit comments