# Release a New Version

To swap the image or video on a wallpaper you've already published, use the **Version update** tab on the upload screen.

## Steps

1. Open the settings window and choose **Upload**.
2. Switch the tab to **Version update**.
3. In the **Select wallpaper** section, click the wallpaper you want to update. Its slug and current version are displayed.

   ![Upload screen (version update)](/studio/creator/app-upload-update.png)

4. Click the file picker and select the new image or video.
5. Enter a new **Version** — it must be greater than the previous one (e.g. `0.1.0` → `0.1.1`).
6. Edit **Name** / **Description** / **Tags** if needed.
7. Click **Upload**.

The new version is reflected in the store as soon as the upload finishes. Users who already have your wallpaper receive the update automatically.

## Version numbering rules

Use a `major.minor.patch` format (e.g. `0.1.0`, `1.2.3`). Only digits and dots. Re-publishing the same version is not allowed.

| Change                     | Suggested bump            |
| -------------------------- | ------------------------- |
| Minor tweaks or asset swap | Patch (`0.1.0` → `0.1.1`) |
| Noticeable visual change   | Minor (`0.1.x` → `0.2.0`) |
| Complete rework            | Major (`0.x.x` → `1.0.0`) |

## Just changing metadata?

If you want to edit only the name, description, tags, or preview images — no need to bump a version. See [Edit your listing](/en/studio/creator/how-to/manage/edit-listing.md).
