Skip to content

Commit f2d34f5

Browse files
committed
2.0 release prep
1 parent 4952f61 commit f2d34f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/static/src/htmx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ var htmx = (function() {
277277
parseInterval: null,
278278
/** @type {typeof internalEval} */
279279
_: null,
280-
version: '2.0.0-beta4'
280+
version: '2.0.0'
281281
}
282282
// Tsc madness part 2
283283
htmx.onLoad = onLoadHelper

www/themes/htmx-theme/static/js/htmx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ var htmx = (function() {
277277
parseInterval: null,
278278
/** @type {typeof internalEval} */
279279
_: null,
280-
version: '2.0.0-beta4'
280+
version: '2.0.0'
281281
}
282282
// Tsc madness part 2
283283
htmx.onLoad = onLoadHelper

0 commit comments

Comments
 (0)