We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bcf499 commit c5d8f18Copy full SHA for c5d8f18
popcorn/elixir/mix.exs
@@ -1,7 +1,7 @@
1
defmodule Popcorn.MixProject do
2
use Mix.Project
3
4
- @version "0.2.1"
+ @version "0.2.2"
5
@github "https://github.com/software-mansion/popcorn"
6
7
def project do
popcorn/js/package.json
@@ -1,6 +1,6 @@
{
"name": "@swmansion/popcorn",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "JS bindings for Popcorn",
"type": "module",
"license": "Apache-2.0",
0 commit comments