Compare commits
2 Commits
v2026.01.0
...
v2026.01.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e941db4e6 | ||
|
|
8d6ddd7e8f |
@@ -3,4 +3,4 @@
|
||||
* Example: 2026.01.002 (January 2026, patch 2), 2026.02.003 (February 2026, patch 3)
|
||||
* Month and patch are zero-padded. Patch increments with each deployment in a month.
|
||||
*/
|
||||
export const APP_VERSION = '2026.01.005';
|
||||
export const APP_VERSION = '2026.01.006';
|
||||
|
||||
@@ -778,11 +778,6 @@
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.cookbook-count {
|
||||
font-size: 0.875rem;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
/* Cookbook tags */
|
||||
.cookbook-tags {
|
||||
display: flex;
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
* Example: 2026.01.002 (January 2026, patch 2), 2026.02.003 (February 2026, patch 3)
|
||||
* Month and patch are zero-padded. Patch increments with each deployment in a month.
|
||||
*/
|
||||
export const APP_VERSION = '2026.01.005';
|
||||
export const APP_VERSION = '2026.01.006';
|
||||
|
||||
Reference in New Issue
Block a user