You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docusaurus.config.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,10 +74,10 @@ const config: Config = {
74
74
respectPrefersColorScheme: true,
75
75
},
76
76
announcementBar: {
77
-
id: `announcementBar-v1.5.0.beta1`,// Increment on new announcement
77
+
id: `announcementBar-v1.5.0`,// Increment on new announcement
78
78
textColor: '#fff',
79
79
backgroundColor: '#25444a',
80
-
content: `<b><a target="_blank" href="https://github.com/sparkfun/SparkFun_DataLogger/releases/tag/v01.05.00-beta2">DataLogger v1.5.0 Beta 2</a> is out for testing!</b>`,
80
+
content: `<b><a target="_blank" href="https://github.com/sparkfun/SparkFun_DataLogger/releases/tag/v01.05.00">DataLogger v1.5.0</a> is out!</b>`,
0 commit comments