Skip to content

Commit 0af34ab

Browse files
authored
popcorn: bump version to 0.3.0 (#607)
Generator PR dropped dev and build tasks which are needed for building landing page.
1 parent e3b2b03 commit 0af34ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

popcorn/elixir/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Popcorn.MixProject do
22
use Mix.Project
33

4-
@version "0.3.0-rc4"
4+
@version "0.3.0"
55
@github "https://github.com/software-mansion/popcorn"
66
@repo_root "../.."
77
@package_metadata_files ~w(README.md LICENSE)

popcorn/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swmansion/popcorn",
3-
"version": "0.3.0-rc4",
3+
"version": "0.3.0",
44
"description": "JS bindings for Popcorn",
55
"type": "module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)