Skip to content

Commit

Permalink
Update MinVersion.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 authored Nov 18, 2024
1 parent 6a28b50 commit 6fed583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MinVersion.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';

const newVersion = '11.0';
const previewVersion = '11.1';
const newVersion = '11.2';
const previewVersion = '11.3';
export default function MinVersion({version}) {
let backgroundColor;
let description;
Expand Down

0 comments on commit 6fed583

Please sign in to comment.