Skip to content

Commit

Permalink
rapid-v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Dec 20, 2023
1 parent 5c9cabe commit ff7dd2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/Context.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class Context extends EventEmitter {
super();

this.privacyVersion = '20201202';
this.version = '2.2.0-beta.0'; // see https://semver.org/ for examples
this.version = '2.2.0'; // see https://semver.org/ for examples

// These may be set by our continuous deployment scripts, or left empty
this.buildID = '';
Expand Down
2 changes: 1 addition & 1 deletion modules/ui/rapid_whatsnew.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function uiRapidWhatsNew(context) {

// If user has not seen this version of the what's new screen, show it again.
// Just bump the version to a higher number to get it to come back.
const currWhatsNewVersion = 20230823;
const currWhatsNewVersion = 20231220;
let _dontShowAgain = false;

return function render(selection) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rapideditor/rapid",
"version": "2.1.1",
"version": "2.2.0",
"description": "An AI-enhanced editor for OpenStreetMap",
"main": "dist/rapid.min.js",
"repository": "github:facebook/Rapid",
Expand Down

0 comments on commit ff7dd2f

Please sign in to comment.