Skip to content

Commit f3019f4

Browse files
authored
emberjson 0.3.1 (#227)
1 parent efde565 commit f3019f4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

recipes/emberjson/recipe.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
context:
2-
version: 0.3.0
2+
version: 0.3.1
33

44
package:
55
name: "emberjson"
66
version: ${{ version }}
77

88
source:
99
- git: https://github.com/bgreni/EmberJson.git
10-
rev: 8ad6a4cd82853ecdad94f4dc3249c599694e251f
10+
rev: a3db99121379b553cd887f23f9a844cdace95ee8
1111

1212
build:
1313
number: 0
@@ -16,9 +16,9 @@ build:
1616

1717
requirements:
1818
host:
19-
- mojo-compiler =0.26.1
19+
- mojo-compiler =0.26.2
2020
build:
21-
- mojo-compiler =0.26.1
21+
- mojo-compiler =0.26.2
2222
run:
2323
- ${{ pin_compatible('mojo-compiler') }}
2424

@@ -35,9 +35,9 @@ tests:
3535
- bench_data/
3636
requirements:
3737
build:
38-
- mojo =0.26.1
38+
- mojo =0.26.2
3939
run:
40-
- mojo =0.26.1
40+
- mojo =0.26.2
4141

4242
about:
4343
homepage: https://github.com/bgreni/EmberJson

0 commit comments

Comments
 (0)