mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
✨ Set proper internal version number
This commit is contained in:
parent
64dc58c259
commit
9a0bb36a20
3 changed files with 2 additions and 6 deletions
|
@ -91,4 +91,4 @@
|
|||
|
||||
(defmethod rc/render-release-notes "0.0"
|
||||
[params]
|
||||
(rc/render-release-notes (assoc params :version "1.21")))
|
||||
(rc/render-release-notes (assoc params :version "2.0")))
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
[app.main.ui.releases.common :as c]
|
||||
[rumext.v2 :as mf]))
|
||||
|
||||
(defmethod c/render-release-notes "1.21"
|
||||
[data]
|
||||
(c/render-release-notes (assoc data :version "2.0")))
|
||||
|
||||
;; TODO: Review all copies and alt text
|
||||
(defmethod c/render-release-notes "2.0"
|
||||
[{:keys [slide klass next finish navigate version]}]
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.21.0
|
||||
2.0.0
|
||||
|
|
Loading…
Reference in a new issue